Bugfix
This commit is contained in:
parent
9f819d3d66
commit
c03ec2b590
@ -26,6 +26,7 @@ local execute = function(str, playername)
|
||||
|
||||
if command.privs and not minetest.check_player_privs(playername, command.privs) then
|
||||
minetest.chat_send_player(playername, "Not enough privileges!")
|
||||
return
|
||||
end
|
||||
|
||||
command.func(playername, (params or ""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user