mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Update eqemu_api_world_data_service.cpp
This commit is contained in:
@@ -24,6 +24,10 @@ void callGetZoneList(Json::Value &response)
|
|||||||
for (auto &zone: zoneserver_list.getZoneServerList()) {
|
for (auto &zone: zoneserver_list.getZoneServerList()) {
|
||||||
Json::Value row;
|
Json::Value row;
|
||||||
|
|
||||||
|
if (!zone) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (!zone->IsConnected()) {
|
if (!zone->IsConnected()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user