master
luk3yx 2021-07-17 19:23:44 +12:00 committed by Buckaroo Banzai
parent 9f819d3d66
commit c03ec2b590
1 changed files with 1 additions and 0 deletions

View File

@ -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 ""))