fix exploitability of nuke and ion cannon

This commit is contained in:
Chris Forbes
2010-11-23 19:12:33 +13:00
committed by Paul Chote
parent 1629958970
commit f892eb629e
2 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ namespace OpenRA.Mods.Cnc
public void ResolveOrder(Actor self, Order order)
{
if (!IsReady) return;
if (order.OrderString == "IonCannon")
{
Owner.World.AddFrameEndTask(w =>