Fixed wire connections & nodes resetting when copypasting them

This commit is contained in:
Regalis
2016-12-11 22:33:15 +02:00
parent fdf99cddcb
commit 2871830670
4 changed files with 41 additions and 3 deletions
@@ -156,6 +156,10 @@ namespace Barotrauma.Items.Components
}
}
}
protected override void ShallowRemoveComponentSpecific()
{
}
public override bool FillNetworkData(Networking.NetworkEventType type, Lidgren.Network.NetBuffer message)
{