Change grapple hook warning message (#808)

Co-authored-by: Toby1710 <69259430+Toby1710@users.noreply.github.com>
This commit is contained in:
Toby1710 2021-02-25 16:27:49 +02:00 committed by GitHub
parent e9487c6bde
commit 0282bce349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ local function check_grapple(itemname)
on_use = function(itemstack, user, ...)
if not ctf_classes.get(user).properties.allow_grapples then
minetest.chat_send_player(user:get_player_name(),
"Your class can't use that weapon! Change your class at spawn")
"Your class can't use that weapon! Change your class at base")
return itemstack
end