From 30fa8f35d87eb6dbdb52cfa8cc8c2edae7af9ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 20 Jun 2014 09:01:51 +0200 Subject: [PATCH] Update AttackGarrisoned.cs closes #5264 --- OpenRA.Mods.RA/Attack/AttackGarrisoned.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Attack/AttackGarrisoned.cs b/OpenRA.Mods.RA/Attack/AttackGarrisoned.cs index 42f69a3eaf..123f1dc0b5 100644 --- a/OpenRA.Mods.RA/Attack/AttackGarrisoned.cs +++ b/OpenRA.Mods.RA/Attack/AttackGarrisoned.cs @@ -71,7 +71,7 @@ namespace OpenRA.Mods.RA throw new InvalidOperationException("PortOffsets array length must be a multiple of three"); if (info.PortYaws.Length * 3 != info.PortOffsets.Length) - throw new InvalidOperationException("FireYaw must define an angle for each port"); + throw new InvalidOperationException("PortYaws must define an angle for each port"); if (info.PortCones.Length * 3 != info.PortOffsets.Length) throw new InvalidOperationException("PortCones must define an angle for each port");