mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
fe55f76a26
31 changed files with 400 additions and 387 deletions
|
|
@ -2053,10 +2053,6 @@ void World::UpdateSessions( uint32 diff )
|
|||
{
|
||||
next = itr;
|
||||
++next;
|
||||
|
||||
if(!itr->second)
|
||||
continue;
|
||||
|
||||
///- and remove not active sessions from the list
|
||||
if(!itr->second->Update(diff)) // As interval = 0
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue