mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-09-23 22:43:43 +00:00
fix: actually reject empty properties (#2036)
This commit is contained in:
@@ -282,10 +282,10 @@ void PropertyManagementComponent::OnFinishBuilding() {
|
|||||||
|
|
||||||
if (ownerEntity == nullptr) return;
|
if (ownerEntity == nullptr) return;
|
||||||
|
|
||||||
SetPrivacyOption(originalPrivacyOption);
|
|
||||||
|
|
||||||
UpdateApprovedStatus(false);
|
UpdateApprovedStatus(false);
|
||||||
|
|
||||||
|
SetPrivacyOption(originalPrivacyOption);
|
||||||
|
|
||||||
Save();
|
Save();
|
||||||
|
|
||||||
for (auto modelID : models | std::views::keys) {
|
for (auto modelID : models | std::views::keys) {
|
||||||
|
|||||||
Reference in New Issue
Block a user