mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Decoupling eventloop singleton from the event loop (for now not complete but later we will)
This commit is contained in:
+1
-1
@@ -586,7 +586,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
while (RunLoops) {
|
||||
bool previous_loaded = is_zone_loaded && numclients > 0;
|
||||
EQ::EventLoop::Get().Process();
|
||||
EQ::EventLoop::GetDefault().Process();
|
||||
|
||||
bool current_loaded = is_zone_loaded && numclients > 0;
|
||||
if (previous_loaded && !current_loaded) {
|
||||
|
||||
Reference in New Issue
Block a user