mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 08:02:25 +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()
|
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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user