From e2b0b0e81e363ff603af0edfab78b2d6104355d2 Mon Sep 17 00:00:00 2001 From: OMGeeky <> Date: Sun, 31 Aug 2025 23:06:16 +0200 Subject: [PATCH] remove not double linking --- src/com/gpl/rpg/atcontentstudio/model/Project.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/gpl/rpg/atcontentstudio/model/Project.java b/src/com/gpl/rpg/atcontentstudio/model/Project.java index 61c6227..80e4c3f 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/Project.java +++ b/src/com/gpl/rpg/atcontentstudio/model/Project.java @@ -106,7 +106,6 @@ public class Project implements ProjectTreeNode, Serializable, JsonSerializable this.fromMap(json); initializeData(); - linkAll(); save(); } public Project(Workspace w, String name, File source, ResourceSet sourceSet){