you can't do that. it evals differently on each client.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace OpenRa.Traits
|
||||
|
||||
public bool IsCrushableBy(UnitMovementType umt, Player player)
|
||||
{
|
||||
if (player == self.World.LocalPlayer) return false;
|
||||
if (player == self.Owner) return false;
|
||||
switch (umt)
|
||||
{
|
||||
case UnitMovementType.Track: return true;
|
||||
|
||||
Reference in New Issue
Block a user