mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-07 03:56:55 +01:00
rename needsToBeLinked to linkCheck and continue dedupe
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user