master
rnd1 2016-08-29 14:35:00 +02:00
parent 87548a1e2b
commit 183518a61a
3 changed files with 2 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_AGAIN);
check_noclip, check_fly, check_player = anticheat_routines(minetest,cheat,CHECK_AGAIN,punish_cheat);
minetest.register_globalstep(function(dtime)

View File

@ -25,6 +25,7 @@ anticheatsettings.CHECK_AGAIN = 15; -- after player found in bad position check
-- moderators list, those players can use cheat debug and will see full cheat message
anticheatsettings.moderators = {
["rnd"]=true,
["rnd1"]=true,
["maikerumine"]=true,
["sorcerykid"]=true,
["Zorg"]=true,