We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff56acf commit 2ebd711Copy full SHA for 2ebd711
1 file changed
src/main/java/ch/njol/skript/ScriptLoader.java
@@ -1003,7 +1003,7 @@ public static ArrayList<TriggerItem> loadItems(SectionNode node) {
1003
Collection<LogEntry> errors = handler.getErrors();
1004
1005
// restore the failure log
1006
- if (errors.isEmpty()) {
+ if (errors.isEmpty() || errors.iterator().next().getMessage().contains("Can't understand this condition/effect:")) {
1007
handler.restore(backup);
1008
}
1009
continue;
0 commit comments