mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-31 00:21:58 +01:00
rename needsToBeLinked to linkCheck and continue dedupe
This commit is contained in:
@@ -208,7 +208,7 @@ public class NPC extends JSONElement {
|
||||
|
||||
@Override
|
||||
public void link() {
|
||||
if (!this.needsToBeLinked()) return;
|
||||
if (!this.linkCheck()) return;
|
||||
Project proj = getProject();
|
||||
if (proj == null) {
|
||||
Notification.addError("Error linking item "+id+". No parent project found.");
|
||||
|
||||
Reference in New Issue
Block a user