fix: missing auto-clear constant

This commit is contained in:
Martin Ambrus
2017-08-28 17:38:52 +02:00
parent a486ac115d
commit 192b45bc05
2 changed files with 4 additions and 0 deletions
@@ -252,6 +252,8 @@ define("ADMIN_NAME", "%ANAME%");
//////////////////////////////////////////
// **** DO NOT EDIT SETTINGS **** //
//////////////////////////////////////////
define("AUTO_DEL_INACTIVE",false); // auto-delete inactive players; default = false
define("UN_ACT_TIME", 3628800); // 6 weeks to consider a player inactive
define("TRACK_USR","%UTRACK%");
define("USER_TIMEOUT","%UTOUT%");
define("ALLOW_BURST",false);
+2
View File
@@ -252,6 +252,8 @@ define("ADMIN_NAME", "%ANAME%");
//////////////////////////////////////////
// **** DO NOT EDIT SETTINGS **** //
//////////////////////////////////////////
define("AUTO_DEL_INACTIVE",false); // auto-delete inactive players; default = false
define("UN_ACT_TIME", 3628800); // 6 weeks to consider a player inactive
define("TRACK_USR","%UTRACK%");
define("USER_TIMEOUT","%UTOUT%");
define("ALLOW_BURST",false);