updated mod list

master
Juraj Vajda 2018-02-17 23:44:46 -05:00
parent 8fd5ef65d9
commit daef308f8c
2 changed files with 95 additions and 95 deletions

View File

@ -24,11 +24,11 @@ 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 = {
["SaKeL"]=true,
["SaKeL_Player"]=true,
["SOUALYMANE"]=true,
["ufa"]=true,
["rnd"]=true,
["MTZ"]=true
["SaKeL"] = true,
["SaKeL_Player"] = true,
["SOUALYMANE"] = true,
["ufa"] = true,
["rnd"] = true,
["JohnnyBravo"] = true
}
-- END OF SETTINGS --------------------------------------------------------