#41 fixed
This commit is contained in:
@@ -352,7 +352,7 @@ namespace OpenRa.Game
|
|||||||
UnitMovementType.Float : UnitMovementType.Wheel ); /* hackety hack */
|
UnitMovementType.Float : UnitMovementType.Wheel ); /* hackety hack */
|
||||||
|
|
||||||
if (space == null)
|
if (space == null)
|
||||||
throw new NotImplementedException("Nowhere to place this unit.");
|
return;
|
||||||
|
|
||||||
unit = new Actor(name, space.Value, player);
|
unit = new Actor(name, space.Value, player);
|
||||||
var mobile = unit.traits.Get<Mobile>();
|
var mobile = unit.traits.Get<Mobile>();
|
||||||
|
|||||||
Reference in New Issue
Block a user