add missing spaces

This commit is contained in:
Matthias Mailänder
2015-08-29 21:24:58 +02:00
parent 25a0143b46
commit 539e25920c

View File

@@ -78,7 +78,7 @@ namespace OpenRA.Mods.Common.Traits
if (qboi == null)
{
if (self.HasTrait<ISpriteBody>())
throw new InvalidOperationException("Actor" + self.Info.Name + "has a sprite body but no facing quantization."
throw new InvalidOperationException("Actor '" + self.Info.Name + "' has a sprite body but no facing quantization."
+ " Either add the QuantizeFacingsFromSequence trait or set custom QuantizedFacings on BodyOrientation.");
else
throw new InvalidOperationException("Actor type '" + self.Info.Name + "' does not define a quantized body orientation.");