Change grapple hook warning message (#808)
Co-authored-by: Toby1710 <69259430+Toby1710@users.noreply.github.com>
This commit is contained in:
parent
e9487c6bde
commit
0282bce349
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue