another similar desync bug
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenRa.Game.Traits
|
|||||||
if (order.OrderString == "ChronoshiftSelf" && movement.CanEnterCell(order.TargetLocation))
|
if (order.OrderString == "ChronoshiftSelf" && movement.CanEnterCell(order.TargetLocation))
|
||||||
{
|
{
|
||||||
// Cannot chronoshift into unexplored location
|
// Cannot chronoshift into unexplored location
|
||||||
if (!Game.LocalPlayer.Shroud.IsExplored(order.TargetLocation))
|
if (!self.Owner.Shroud.IsExplored(order.TargetLocation))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Game.controller.CancelInputMode();
|
Game.controller.CancelInputMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user