Fixed #10085
This commit is contained in:
@@ -10,7 +10,6 @@ import mindustry.logic.LExecutor.*;
|
||||
/** "Compiles" a sequence of statements into instructions. */
|
||||
public class LAssembler{
|
||||
public static ObjectMap<String, Func<String[], LStatement>> customParsers = new ObjectMap<>();
|
||||
public static final int maxTokenLength = 36;
|
||||
|
||||
private static final int invalidNum = Integer.MIN_VALUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user