diff options
Diffstat (limited to 'src/game/WorldSocketMgr.cpp')
-rw-r--r-- | src/game/WorldSocketMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSocketMgr.cpp b/src/game/WorldSocketMgr.cpp index 2a34041c43f..cc08962efa5 100644 --- a/src/game/WorldSocketMgr.cpp +++ b/src/game/WorldSocketMgr.cpp @@ -171,7 +171,7 @@ class ReactorRunnable : protected ACE_Task_Base AddNewSockets (); - for (i = m_Sockets.begin (); i != m_Sockets.end (); ) + for (i = m_Sockets.begin (); i != m_Sockets.end ();) { if ((*i)->Update () == -1) { |