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

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);
}
}