Here's a fun bug I found... Our engine likes to crash if you delete objects too quickly. NOOO idea how as the physics ticks can never exceed the game logic rate and the deletion queue is run exactly once before each tick. So few objects in the game I doubt I missed anything in the destruction that would lead to this... but here you go, somehow I managed to break it anyway :P