Resquícios de desenvolvimento removidos

master
BrunoMine 2016-08-08 21:04:59 -03:00 committed by GitHub
parent 6e0d78a725
commit 63a9341bad
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ end
minetest.register_on_joinplayer(function(player)
if player then
local name = player:get_player_name()
if minetest.check_player_privs(name, {noclip=true}) ~= true or 1 == 1 then
if minetest.check_player_privs(name, {noclip=true}) ~= true then
minetest.after(diretrizes.tempo_verificar_noclip, verificar_noclip, name)
end
end