diff --git a/lib/remote/zone.cpp b/lib/remote/zone.cpp index 0c7d09ee2..df9856448 100644 --- a/lib/remote/zone.cpp +++ b/lib/remote/zone.cpp @@ -54,7 +54,7 @@ bool Zone::CanAccessObject(const DynamicObject::Ptr& object) const Zone::GetByName(object->GetZone()); if (!object_zone) - return false; + object_zone = Zone::GetLocalZone(); while (object_zone) { if (object_zone.get() == this)