PaperMC/paper-server/patches/sources/net/minecraft/server/players
Nassim Jahnke b85ac14d28 Force close world loading screen
Dead players would be stuck in the world loading screen and other players may
miss messages and similar sent in the join event if chunk loading is slow.
Paper already circumvents falling through the world before chunks are loaded,
so we do not need that. The client only needs the chunk it is currently in to
be loaded to close the loading screen, so we just send an empty one.
2022-03-02 09:45:56 +01:00
..
BanListEntry.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
GameProfileCache.java.patch Fix GameProfileCache concurrency 2020-07-11 05:09:28 -07:00
OldUsersConverter.java.patch Add setting for proxy online mode status 2016-08-05 01:03:08 +02:00
PlayerList.java.patch Force close world loading screen 2022-03-02 09:45:56 +01:00
SleepStatus.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
StoredUserList.java.patch Use ConcurrentHashMap in JsonList 2018-08-07 01:24:23 -06:00
UserBanListEntry.java.patch Fix Player Banning 2014-04-15 10:32:48 +10:00