This commit is contained in:
Anuken
2023-08-04 10:59:33 -04:00
parent 5e18e08bdf
commit bc42b5a91e
3 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -1672,8 +1672,8 @@ public class LExecutor{
}
public static class SyncI implements LInstruction{
//10 syncs per second
static final long syncInterval = 1000 / 10;
//20 syncs per second
public static long syncInterval = 1000 / 20;
public int variable;