Skip to content

Commit

Permalink
try ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed May 2, 2024
1 parent 035c682 commit 409fe96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ public static void lockUpdated (GameObjectContainer gameObjectContainer, GameObj
public static void duplicate (GameObjectContainer container, ObjectSet<GameObject> toDuplicate) {
// hacky way to clone game object
Json json = new Json();
json.setIgnoreUnknownFields(true);
String toDuplicateData = json.toJson(toDuplicate);

try {
Expand Down

0 comments on commit 409fe96

Please sign in to comment.