mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-11 15:48:07 +07:00
arc
This commit is contained in:
parent
fa9deece91
commit
1c12740006
@ -63,6 +63,7 @@ public class BaseAI{
|
||||
int range = 150;
|
||||
|
||||
Position pos = randomPosition();
|
||||
|
||||
//when there are no random positions, do nothing.
|
||||
if(pos == null) return;
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=29362f92e360f9feec432627e063e799500acf48
|
||||
archash=2ac66690875edbfa17847a3ef61b13a3e2006fe2
|
||||
|
Loading…
Reference in New Issue
Block a user