
This happens when I Remove() and recreate the same IObject in the same frame. Also, said object is the target object of the WeldJoint and AlterCollisionTile
Here is the minimal sample code
Code: Select all
public void OnStartup()
{
Events.ObjectDamageCallback.Start((o, a) => Game.CreateObject("BgRailing00E"));
}


