could accidently delay entity reg by a tick if the bug this was fixing was encountered
If something calls register twice, and the world is ticking, it could be enqueued to add twice. Vs behavior of non ticking of just overwriting state. We will now simply log a warning when this happens instead of crashing the server.