commit from home

This commit is contained in:
Pan 2019-01-13 22:57:20 +13:00
parent d5bded151e
commit 6c9f5cf810

View File

@ -550,6 +550,7 @@ public class mapAwarenessAI {
if(numberOfPlayerUnitsOnMinimap < 5)
return;
for(int i = 0; i < playerUnitInMinimap.length; i++) {
if(playerUnitInMinimap[i] == null)
continue;