Files
Paper/patches/server/Chunk-System-Starlight-from-Moonrise.patch
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

1.3 MiB