mines are invisible to others

This commit is contained in:
Chris Forbes
2009-12-28 10:23:44 +13:00
parent 06512b270d
commit ea7638adfa
4 changed files with 22 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenRa.Game.Traits
case "Plane":
return UnitMovementType.Fly;
default:
throw new InvalidOperationException("GetMovementType on unit that shouldn't be aable to move.");
throw new InvalidOperationException("GetMovementType on unit that shouldn't be able to move.");
}
}