master
rnd1 2016-08-29 14:05:14 +02:00
parent c38698eb25
commit bacaa9f41f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -79,7 +79,7 @@ end
--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_noclip, check_fly, check_player = anticheat_routines(minetest,cheat,CHECK_AGAIN);
minetest.register_globalstep(function(dtime)