Revert "Drone hat simulator" (#6679)

This commit is contained in:
Paul Ritter
2022-02-12 18:56:32 +01:00
committed by GitHub
parent ba41e8b9f3
commit e5ac0dbf96
3 changed files with 2 additions and 21 deletions

View File

@@ -47,8 +47,8 @@ namespace Content.Server.Strip
_strippableSystem = EntitySystem.Get<StrippableSystem>();
Owner.EnsureComponentWarn<ServerInventoryComponent>();
if(_entities.TryGetComponent<CuffableComponent>(Owner, out var cuffed))
cuffed.OnCuffedStateChanged += UpdateState;
var cuffed = Owner.EnsureComponentWarn<CuffableComponent>();
cuffed.OnCuffedStateChanged += UpdateState;
}
protected override void Shutdown()