rename needsToBeLinked to linkCheck and continue dedupe

This commit is contained in:
OMGeeky
2025-06-01 19:16:59 +02:00
parent 8561415574
commit 8c42b498b0
11 changed files with 22 additions and 18 deletions

View File

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