mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:50:54 +01:00
Fix zipties (#13600)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user