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