WIP logic sync instruction

This commit is contained in:
Anuken
2023-08-02 22:16:39 -04:00
parent 6bf5e8ae1e
commit bd6c6524e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1703,7 +1703,7 @@ public class LStatements{
} }
//TODO: test this first //TODO: test this first
//@RegisterStatement("sync") @RegisterStatement("sync")
public static class SyncStatement extends LStatement{ public static class SyncStatement extends LStatement{
public String variable = "var"; public String variable = "var";