Fix zipties (#13600)

This commit is contained in:
Leon Friedrich
2023-01-21 02:48:19 +13:00
committed by GitHub
parent 8335f418e1
commit 3965c2efe6
4 changed files with 52 additions and 37 deletions

View File

@@ -193,10 +193,7 @@ namespace Content.Server.Cuffs
if (dirty)
{
cuffable.CanStillInteract = handCount > cuffable.CuffedHandCount;
_actionBlockerSystem.UpdateCanMove(cuffable.Owner);
cuffable.CuffedStateChanged();
Dirty(cuffable);
UpdateCuffState(owner, cuffable);
}
}
}