Change class item warning (#802)
This commit is contained in:
parent
b15e09e763
commit
5bdb99d184
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ shooter.get_weapon_spec = function(user, weapon_name)
|
|||
|
||||
if table.indexof(class.properties.allowed_guns or {}, weapon_name) == -1 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 nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue