Replace DetachParentToNull() with DetachEntity() (#29992)
DETACH PARENT TO ENTITY Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -227,7 +227,7 @@ public sealed class FollowerSystem : EntitySystem
|
||||
|
||||
if (_netMan.IsClient)
|
||||
{
|
||||
_transform.DetachParentToNull(uid, xform);
|
||||
_transform.DetachEntity(uid, xform);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user