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

@@ -210,7 +210,10 @@ public class NPC extends JSONElement {
@Override
public void link() {
if (!this.linkCheck()) return;
if (shouldSkipParseOrLink()) {
return;
}
ensureParseIfNeeded();
Project proj = getProject();
if (proj == null) {
Notification.addError("Error linking item " + id + ". No parent project found.");