This fixes the rotation of newly placed entities (cause they seem to get spawned with 0/0 and then get teleported to their correct rotation, which we didn't capture). This does not fix the rotation of already existing entities that just got sent to the client, those already get spawned with their rotation, which we don't yet capture. The following commit fixes that.