Skip to content

Commit 6829c4f

Browse files
Remove temporary test
1 parent 98755a9 commit 6829c4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/btk5h/skriptmirror/ParseOrderWorkarounds.java

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public class ParseOrderWorkarounds {
4141
};
4242

4343
public static void reorderSyntax() {
44-
if (true) // temporary test
45-
return;
4644
for (String c : PARSE_ORDER) {
4745
ensureLast(SyntaxRegistry.STATEMENT, o -> o.type().getName().equals(c));
4846
ensureLast(SyntaxRegistry.CONDITION, o -> o.type().getName().equals(c));

0 commit comments

Comments
 (0)