Teh-Hai Julian Zheng 8 years ago
parent
commit
0618a4a92d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ui/controller/LoadStoreController.java

+ 1 - 1
src/ui/controller/LoadStoreController.java

@@ -48,7 +48,7 @@ public class LoadStoreController {
 
 		JSONObject json = new JSONObject();
 
-		json.put("ID", idCounter.getCounter()-1);
+		json.put("ID", idCounter.getCounter());
 		writeCategory(json);
 		writeObjects(json);
 		writeElements(json);