[server_essentials] update

master
elite 2017-07-12 21:53:00 -04:00
parent 6836e1722d
commit 299f346757
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ minetest.register_globalstep(function(dtime)
if players[player_name]["god_mode"] then
player:set_hp(20)
player:set_breath(11)
player:update_hunger(player, 30)
player:update_hunger(30)
end
end
end