Core.TickCount for some AI actions
Correction in NewAsyncSockets
This commit is contained in:
parent
92aeef0297
commit
be920e0c31
5 changed files with 19 additions and 17 deletions
|
|
@ -709,6 +709,8 @@ namespace Server.Network {
|
|||
if ( e.SocketError != SocketError.Success || byteCount <= 0 ) {
|
||||
Dispose( false );
|
||||
return;
|
||||
} else if ( m_Disposing ) {
|
||||
return;
|
||||
}
|
||||
|
||||
m_NextCheckActivity = Core.TickCount + 90000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue