From 63a9341bad666772d656cb0a24a22a5fb57dcb36 Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Mon, 8 Aug 2016 21:04:59 -0300 Subject: [PATCH] =?UTF-8?q?Resqu=C3=ADcios=20de=20desenvolvimento=20removi?= =?UTF-8?q?dos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anti_noclip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anti_noclip.lua b/anti_noclip.lua index 52d3d14..d89189b 100644 --- a/anti_noclip.lua +++ b/anti_noclip.lua @@ -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