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

@@ -112,7 +112,10 @@ public class Quest extends JSONElement {
@Override
public void link() {
if (!this.linkCheck()) return;
if (shouldSkipParseOrLink()) {
return;
}
ensureParseIfNeeded();
for (QuestStage stage : stages) {
stage.link();