(d85d68721) Fixed character's feet getting stuck to platforms when climbing ladders while holding A/D

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:44:04 +03:00
parent fb21005258
commit 35f4657ea1
11 changed files with 91 additions and 339 deletions
@@ -602,13 +602,6 @@ namespace Barotrauma.Items.Components
}
}
protected override void RemoveComponentSpecific()
{
maintainPosIndicator?.Remove();
maintainPosOriginIndicator?.Remove();
steeringIndicator?.Remove();
}
public void ClientWrite(Lidgren.Network.NetBuffer msg, object[] extraData = null)
{
msg.Write(autoPilot);