Fix RCS1134

This commit is contained in:
RoosterDragon
2023-03-18 12:59:14 +00:00
committed by Gustas
parent 11b59b0a65
commit fcfee31972
16 changed files with 58 additions and 85 deletions

View File

@@ -204,8 +204,6 @@ namespace OpenRA.Mods.Cnc.Traits
cursor = targetCursor;
return true;
}
return false;
}
return false;
@@ -252,7 +250,6 @@ namespace OpenRA.Mods.Cnc.Traits
if (portableChrono.IsTraitDisabled || portableChrono.IsTraitPaused)
{
world.CancelInputMode();
return;
}
}