[Code] WebInterfaceList Global to Singleton Cleanup (#4935)

This commit is contained in:
Alex King
2025-06-25 15:49:32 -04:00
committed by GitHub
parent 967a13e692
commit c99bda3f47
4 changed files with 9 additions and 8 deletions
+1 -3
View File
@@ -36,8 +36,6 @@
#include "../common/zone_store.h"
#include <set>
extern WebInterfaceList web_interface;
extern ZSList zoneserver_list;
uint32 numplayers = 0; //this really wants to be a member variable of ClientList...
@@ -1613,7 +1611,7 @@ void ClientList::OnTick(EQ::Timer *t)
Iterator.Advance();
}
web_interface.SendEvent(out);
WebInterfaceList::Instance()->SendEvent(out);
}
/**