You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everywhere in BWAPI the main building of a race is called a resource depot, ie: UnitType.isResourceDepot(), except in the Race class where it's Race.getCenter() which seems odd. Perhaps change it to Race.getResourceDepot()?