Changed: From running on the local player, to running on all players
This commit is contained in:
@@ -167,13 +167,6 @@ namespace OpenRA.Mods.RA
|
||||
return;
|
||||
} // else not an attack order
|
||||
|
||||
// StopAttack order cancels the current activity IF it is an attack one
|
||||
if (order.OrderString == "StopAttack")
|
||||
{
|
||||
if (self.GetCurrentActivity() is Activities.Attack)
|
||||
self.GetCurrentActivity().Cancel(self);
|
||||
}
|
||||
|
||||
target = Target.None;
|
||||
|
||||
/* hack */
|
||||
|
||||
Reference in New Issue
Block a user