mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
Fix for chatserver failover
This commit is contained in:
@@ -3193,8 +3193,10 @@ namespace ChatSystem
|
||||
}
|
||||
else
|
||||
{
|
||||
// no avatars to relogin, so directly proceed to failover rooms
|
||||
failoverRecreateRooms();
|
||||
m_inFailoverMode = false;
|
||||
m_api->OnFailoverComplete();
|
||||
resumeProcessing();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user