Ensure that UpdateConfigObject sets the target zone

refs #11684
This commit is contained in:
Michael Friedrich 2016-11-10 17:15:06 +01:00
parent 7e0c48643b
commit 5dd4898eb3
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ void ApiListener::UpdateConfigObject(const ConfigObject::Ptr& object, const Mess
if (!target)
target = Zone::GetLocalZone();
RelayMessage(origin, object, message, false);
RelayMessage(origin, target, message, false);
}
}