mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-23 23:27:55 +00:00
Minor fixes to CLE stale system
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user