PaperMC/patches
Spottedleaf 17824b557c 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:58:31 -07:00
..
api Swap some nullable annotations (#10960) 2024-06-24 00:42:44 +02:00
server Fix NPE when retrieving an entity with a null UUID 2024-06-23 18:58:31 -07:00
unapplied/server Add back improved watchdog support patch 2024-06-17 13:36:43 +02:00