Fixed: Potential exploit on Iron Curtain

This commit is contained in:
geckosoft
2010-11-22 17:23:36 +01:00
committed by Paul Chote
parent 1cd59a0892
commit 402afc82ca

View File

@@ -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")
{