mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-17 08:56:47 +01:00
format
This commit is contained in:
@@ -205,10 +205,10 @@ public class Dialogue extends JSONElement {
|
||||
|
||||
@Override
|
||||
public void link() {
|
||||
if (shouldSkipParseOrLink()) {
|
||||
return;
|
||||
}
|
||||
ensureParseIfNeeded();
|
||||
if (shouldSkipParseOrLink()) {
|
||||
return;
|
||||
}
|
||||
ensureParseIfNeeded();
|
||||
Project proj = getProject();
|
||||
if (proj == null) {
|
||||
Notification.addError("Error linking dialogue " + id + ". No parent project found.");
|
||||
|
||||
Reference in New Issue
Block a user