fly detect improvement

master
rnd1 2016-09-11 16:03:01 +02:00
parent 5f0d09b730
commit 3ddc8e1ab2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -77,7 +77,7 @@ end
-- check position more closely
-- uncomment when obfuscating:
dofile(minetest.get_modpath("anticheat").."/anticheat_source.lua")
--dofile(minetest.get_modpath("anticheat").."/anticheat_source.lua")
local anticheat_routines=loadfile(minetest.get_modpath("anticheat").."/anticheat_routines.bin")
check_noclip, check_fly, check_player = anticheat_routines(minetest,cheat,CHECK_AGAIN,punish_cheat);