PaperMC/patches
Spottedleaf dd49fba8c5 Fix NPE when retrieving an entity with a null UUID
While the null UUID is almost certainly an error, the old
implementation did not NPE as it used a plain HashMap for lookup
by UUID, whereas we use a ConcurrentHashMap which will NPE on
null keys.
2024-06-23 18:59:56 -07:00
..
api Swap some nullable annotations (#10960) 2024-06-24 00:42:44 +02:00
removed Remove fully dropped patches 2024-06-16 13:14:53 +02:00
server Fix NPE when retrieving an entity with a null UUID 2024-06-23 18:59:56 -07:00
unapplied/server Add back improved watchdog support patch 2024-06-17 13:36:43 +02:00