diff --git a/OpenRA.Mods.Cnc/Traits/MadTank.cs b/OpenRA.Mods.Cnc/Traits/MadTank.cs index a00cad747f..9f1b9b7103 100644 --- a/OpenRA.Mods.Cnc/Traits/MadTank.cs +++ b/OpenRA.Mods.Cnc/Traits/MadTank.cs @@ -174,8 +174,6 @@ namespace OpenRA.Mods.Cnc.Traits driverMobile.Nudge(driver, driver, true); } - public bool PreventsTeleport(Actor self) { return deployed; } - void StartDetonationSequence() { if (deployed)