rework Core.TickCount
This commit is contained in:
parent
b3535985d7
commit
7b6cf66b87
9 changed files with 107 additions and 49 deletions
|
|
@ -1025,7 +1025,7 @@ namespace Server.Network {
|
|||
}
|
||||
}
|
||||
|
||||
private int m_NextCheckActivity;
|
||||
private long m_NextCheckActivity;
|
||||
|
||||
public bool CheckAlive() {
|
||||
if ( m_Socket == null )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue