Fixed units pathfinding to nonexistent cores

This commit is contained in:
Anuken
2018-10-14 11:57:37 -04:00
parent c7f5b7fca1
commit eba65b2934
5 changed files with 20 additions and 15 deletions
@@ -76,6 +76,7 @@ public class EventType{
}
}
/**Called when block building begins. The tile's block will nearly always be a BuildBlock.*/
public static class BlockBuildEvent implements Event{
public final Tile tile;
public final Team team;