rework Core.TickCount

This commit is contained in:
Mark Sturgill 2013-10-07 00:22:11 -07:00
parent b3535985d7
commit 7b6cf66b87
9 changed files with 107 additions and 49 deletions

View file

@ -1025,7 +1025,7 @@ namespace Server.Network {
}
}
private int m_NextCheckActivity;
private long m_NextCheckActivity;
public bool CheckAlive() {
if ( m_Socket == null )