fix bogus reverse-enter-transport (in ResolveOrder this time)
This commit is contained in:
@@ -73,7 +73,9 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
if (order.OrderString == "EnterTransport")
|
||||
{
|
||||
if (order.TargetActor == null) return;
|
||||
if (!CanEnter(order.TargetActor)) return;
|
||||
if (!IsCorrectCargoType(order.TargetActor)) return;
|
||||
|
||||
if (self.Owner == self.World.LocalPlayer)
|
||||
self.World.AddFrameEndTask(w =>
|
||||
|
||||
Reference in New Issue
Block a user