mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
[Objects] Remove "No objects to load for zone" error message (#3807)
This commit is contained in:
@@ -182,10 +182,6 @@ bool Zone::LoadZoneObjects()
|
|||||||
ContentFilterCriteria::apply()
|
ContentFilterCriteria::apply()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
if (l.empty()) {
|
|
||||||
LogWarning("No Objects to load for Zone [{}] Version [{}]", zoneid, instanceversion);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (const auto &e : l) {
|
for (const auto &e : l) {
|
||||||
if (e.type == ObjectTypes::StaticLocked) {
|
if (e.type == ObjectTypes::StaticLocked) {
|
||||||
|
|||||||
Reference in New Issue
Block a user