Fix handcuff raising assert on applying/removing (#15658)
This commit is contained in:
@@ -486,7 +486,7 @@ namespace Content.Shared.Cuffs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_audio.PlayPvs(handcuffComponent.StartCuffSound, handcuff);
|
_audio.PlayPredicted(handcuffComponent.StartCuffSound, handcuff, user);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -567,7 +567,7 @@ namespace Content.Shared.Cuffs
|
|||||||
if (attempt.Cancelled)
|
if (attempt.Cancelled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_audio.PlayPvs(cuff.EndUncuffSound, target);
|
_audio.PlayPredicted(cuff.EndUncuffSound, target, user);
|
||||||
|
|
||||||
cuffable.Container.Remove(cuffsToRemove);
|
cuffable.Container.Remove(cuffsToRemove);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user