This commit is contained in:
Anuken
2020-08-26 13:57:20 -04:00
parent fa9deece91
commit 1c12740006
2 changed files with 2 additions and 1 deletions

View File

@@ -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;