This commit is contained in:
Jean-Patrick Guerrero 2021-01-10 20:59:53 +01:00
parent bbab3a8899
commit 24928e7343
1 changed files with 1 additions and 1 deletions

View File

@ -2009,7 +2009,7 @@ if rawget(_G, "awards") then
core.register_on_chat_message(function(name, message)
local player = minetest.get_player_by_name(name)
if player:is_player() or sub(message, 1, 1) ~= "/" then
if player:is_player() and sub(message, 1, 1) ~= "/" then
set_fs(player)
end
end)