mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-27 14:58:55 +01:00
Fixed caching issue with spritesheet chooser. Improved actor condition
management for items.
This commit is contained in:
@@ -110,7 +110,7 @@ public class WorkspaceSettings {
|
||||
return;
|
||||
}
|
||||
|
||||
json.put(VERSION_KEY, ATContentStudio.APP_VERSION);
|
||||
json.put(VERSION_KEY, SETTINGS_VERSION);
|
||||
StringWriter writer = new JsonPrettyWriter();
|
||||
try {
|
||||
JSONObject.writeJSONString(json, writer);
|
||||
|
||||
Reference in New Issue
Block a user