From 0e8a5587a9530a70e65027f25436a4a6a715b4fe Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 13 Aug 2012 10:27:49 +0200 Subject: [PATCH] State file: Store attributes of type Attribute_Local. --- base/dynamicobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/dynamicobject.cpp b/base/dynamicobject.cpp index a2d94cfa1..f9be99193 100644 --- a/base/dynamicobject.cpp +++ b/base/dynamicobject.cpp @@ -373,7 +373,7 @@ void DynamicObject::DumpObjects(const String& filename) persistentObject->Set("type", object->GetType()); persistentObject->Set("name", object->GetName()); - int types = Attribute_Replicated; + int types = Attribute_Local | Attribute_Replicated; /* only persist properties for replicated objects or for objects * that are marked as persistent */ -- 2.40.0