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,9 +282,9 @@ void PropertyManagementComponent::OnFinishBuilding() {
|
||||
|
||||
if (ownerEntity == nullptr) return;
|
||||
|
||||
SetPrivacyOption(originalPrivacyOption);
|
||||
|
||||
UpdateApprovedStatus(false);
|
||||
|
||||
SetPrivacyOption(originalPrivacyOption);
|
||||
|
||||
Save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user