rename some stuff and be more specific on some usages

This commit is contained in:
OMGeeky
2025-06-21 20:12:17 +02:00
parent 3cc6eb9edb
commit b5a6aa6706
13 changed files with 88 additions and 55 deletions

View File

@@ -530,7 +530,7 @@ public class WriterModeData extends GameDataElement {
@SuppressWarnings("rawtypes")
public void parse() {
if (checkNotRelatedToParseOrLink()) return;
if (shouldSkipParse()) return;
JSONParser parser = new JSONParser();
FileReader reader = null;
try {