Minor fixes to CLE stale system

This commit is contained in:
KimLS
2019-07-25 22:26:56 -07:00
parent 23a187f6c1
commit 212f8a3062
6 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ extern ZSList zoneserver_list;
uint32 numplayers = 0; //this really wants to be a member variable of ClientList...
ClientList::ClientList()
: CLStale_timer(45000)
: CLStale_timer(10000)
{
NextCLEID = 1;