commit from home
This commit is contained in:
parent
d5bded151e
commit
6c9f5cf810
@ -550,6 +550,7 @@ public class mapAwarenessAI {
|
|||||||
if(numberOfPlayerUnitsOnMinimap < 5)
|
if(numberOfPlayerUnitsOnMinimap < 5)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
for(int i = 0; i < playerUnitInMinimap.length; i++) {
|
for(int i = 0; i < playerUnitInMinimap.length; i++) {
|
||||||
if(playerUnitInMinimap[i] == null)
|
if(playerUnitInMinimap[i] == null)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user