Update mods/ctf/ctf_classes/ranged.lua

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
olliy 2021-04-30 22:08:03 +05:00 committed by GitHub
parent d778b3a622
commit 3279f45c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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