Modifier reordering
This commit is contained in:
@@ -25,7 +25,7 @@ public class BaseAI{
|
||||
private static final float step = 5;
|
||||
private static final int attempts = 5;
|
||||
private static final float emptyChance = 0.01f;
|
||||
private final static int timerStep = 0, timerSpawn = 1;
|
||||
private static final int timerStep = 0, timerSpawn = 1;
|
||||
|
||||
private static int correct = 0, incorrect = 0;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ import static mindustry.Vars.*;
|
||||
/** Class used for indexing special target blocks for AI. */
|
||||
public class BlockIndexer{
|
||||
/** Size of one quadrant. */
|
||||
private final static int quadrantSize = 16;
|
||||
private static final int quadrantSize = 16;
|
||||
|
||||
/** Set of all ores that are being scanned. */
|
||||
private final ObjectSet<Item> scanOres = new ObjectSet<>();
|
||||
|
||||
Reference in New Issue
Block a user