From 35e576a8398e110f7de86d99d55ab0a524bceff8 Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 28 Mar 2022 20:53:09 -0700 Subject: [PATCH] fixed moderator issue --- dGame/dComponents/PropertyEntranceComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dComponents/PropertyEntranceComponent.cpp b/dGame/dComponents/PropertyEntranceComponent.cpp index fb13d622..80c31d4a 100644 --- a/dGame/dComponents/PropertyEntranceComponent.cpp +++ b/dGame/dComponents/PropertyEntranceComponent.cpp @@ -278,7 +278,7 @@ void PropertyEntranceComponent::OnPropertyEntranceSync(Entity* entity, bool incl ownerName = "[AWAITING APPROVAL]"; propertyName = "[AWAITING APPROVAL]"; propertyDescription = "[AWAITING APPROVAL]"; - entry.IsModeratorApproved = true; + isModeratorApproved = true; } bool isAlt = false;