Remove the last comp shutdown methods (#13582)

This commit is contained in:
metalgearsloth
2023-01-19 11:56:25 +11:00
committed by GitHub
parent 7e2b1d79b8
commit 3ca1c17290
4 changed files with 20 additions and 13 deletions

View File

@@ -18,12 +18,6 @@
[DataField("needsHands")]
public bool NeedsHands = true;
protected override void Shutdown()
{
EntitySystem.Get<SharedPullingStateManagementSystem>().ForceDisconnectPuller(this);
base.Shutdown();
}
protected override void OnRemove()
{
if (Pulling != default)