diff --git a/Moose Development/Moose/Core/Zone.lua b/Moose Development/Moose/Core/Zone.lua index 5529ca9ec..1ec83be66 100644 --- a/Moose Development/Moose/Core/Zone.lua +++ b/Moose Development/Moose/Core/Zone.lua @@ -572,7 +572,7 @@ end -- -- local PropertiesZone = ZONE:FindByName("Properties Zone") -- local Property = "ExampleProperty" --- local PropertyValue = PropertiesZone:GetProperty(PropertyName) +-- local PropertyValue = PropertiesZone:GetProperty(Property) -- function ZONE_BASE:GetProperty(PropertyName) return self.Properties[PropertyName]