mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +01:00
rename some stuff and be more specific on some usages
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user