Use Stop button on (production) buildings to reset rally point fixes #20414
This commit is contained in:
@@ -118,6 +118,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public void ResolveOrder(Actor self, Order order)
|
||||
{
|
||||
if (order.OrderString == "Stop")
|
||||
{
|
||||
Path.Clear();
|
||||
return;
|
||||
}
|
||||
|
||||
if (order.OrderString != OrderID)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user