mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
[Code] WebInterfaceList Global to Singleton Cleanup (#4935)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user