Getting the following now : Entities Out Of Order: expected 2834, received 2835 any ideas
Error after update from 1.6.8
I dont understand how SetParent would cause this.
add a check for HasParent to see if that solves it. it should since thats where the error is originating from.
if (player.HasParent())
{
player.SetParent(null, true, true);
} will try this out later tonight.. Thank you for the prompt response
no problem