Skip to content
Snippets Groups Projects
Commit 5d7fcdf3 authored by Marco Zimmer's avatar Marco Zimmer
Browse files

misc

parent 98963ba0
Branches
No related tags found
No related merge requests found
...@@ -35,10 +35,7 @@ public static Stage stage { ...@@ -35,10 +35,7 @@ public static Stage stage {
(local_stage ? StageLocal : StageOfficial).Remove(current_name); (local_stage ? StageLocal : StageOfficial).Remove(current_name);
(local_stage ? StageLocal : StageOfficial).Add(current_name, value); (local_stage ? StageLocal : StageOfficial).Add(current_name, value);
bool tmp = value.creatorMode;
value.creatorMode = true;
value.store(); value.store();
value.creatorMode = tmp;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment