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