From 402afc82ca733feed4fb3c75b1f6adc5aa42996d Mon Sep 17 00:00:00 2001 From: geckosoft Date: Mon, 22 Nov 2010 17:23:36 +0100 Subject: [PATCH] Fixed: Potential exploit on Iron Curtain --- OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs b/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs index e0968def87..7b701bbeaf 100755 --- a/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs +++ b/OpenRA.Mods.RA/SupportPowers/IronCurtainPower.cs @@ -36,7 +36,7 @@ namespace OpenRA.Mods.RA public void ResolveOrder(Actor self, Order order) { - if (!IsAvailable) return; + if (!IsReady) return; if (order.OrderString == "IronCurtain") {