Paper/paper-server/patches/sources
Aikar 7659c20386 Don't move existing players to world spawn
This can cause a nasty server lag the spawn chunks are not kept loaded
or they aren't finished loading yet, or if the world spawn radius is
larger than the keep loaded range.

By skipping this, we avoid potential for a large spike on server start.

== AT ==
public net.minecraft.server.level.ServerPlayer fudgeSpawnLocation(Lnet/minecraft/server/level/ServerLevel;)V
2020-04-09 21:20:33 -04:00
..
com/mojang Brigadier Mojang API 2020-04-19 18:15:29 -04:00
net/minecraft Don't move existing players to world spawn 2020-04-09 21:20:33 -04:00