Fixed #8893
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user