Remove the last comp shutdown methods (#13582)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user