You no longer get deleted when cuffed and buckled (#29718)

fix
This commit is contained in:
Killerqu00 2024-07-06 06:01:51 +02:00 committed by GitHub
parent 7b99d1f851
commit 7ae3e353ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public abstract partial class SharedBuckleSystem
{
foreach (var entity in strapComp.BuckledEntities.ToArray())
{
TryUnbuckle(entity, entity, true);
Unbuckle(entity, entity);
}
}