Remove P_RandomFixed call when players are moving
"Add some extra randomization" is not how RNG works :V
This line, at best, doesn't really affect anything, and at worst will make the RNG seed loop faster for no good reason. Also compounds with more players in a server. This probably isn't a big deal but it's incredibly strange either way.