Avoid WaterCheck crash in base builder
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.Common
|
||||
{
|
||||
public enum BuildingType { Building, Defense, Refinery }
|
||||
|
||||
public enum WaterCheck { NotChecked, EnoughWater, NotEnoughWater }
|
||||
public enum WaterCheck { NotChecked, EnoughWater, NotEnoughWater, DontCheck }
|
||||
|
||||
public static class AIUtils
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user