Paper/patches
Shane Freeder 3f0415b453
Use thread safe Random inside of ServerLoginPacketListenerImpl
Vanilla uses a Random instance which is not thread safe inside of the
constructor for ServerLoginPacketListenerImpl, this is an issue because
instances of that class are created on the network worker threads, which
means that there is a potential (which we have reports confirming) that
multiple users logging on could trip this
2022-08-11 14:38:45 +01:00
..
api Updated Upstream (Bukkit/CraftBukkit) (#8270) 2022-08-09 09:18:08 +02:00
removed Updated Upstream (Bukkit/CraftBukkit) 2022-08-01 16:01:20 +02:00
server Use thread safe Random inside of ServerLoginPacketListenerImpl 2022-08-11 14:38:45 +01:00