aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0324-Use-ConcurrentHashMap-in-JsonList.patch
diff options
context:
space:
mode:
authorShane Freeder <[email protected]>2019-04-22 20:20:22 +0100
committerShane Freeder <[email protected]>2019-04-22 20:20:22 +0100
commit10d58504f7d079381d1b0b189a1a8328a8e6ef51 (patch)
tree1be94b91c8179ca1f7c2bfe7f97f3b7762d8083c /Spigot-Server-Patches/0324-Use-ConcurrentHashMap-in-JsonList.patch
parentfaf59c3242c251b74ac4f5fd733c8e45d2a8efc2 (diff)
downloadPaper-10d58504f7d079381d1b0b189a1a8328a8e6ef51.tar.gz
Paper-10d58504f7d079381d1b0b189a1a8328a8e6ef51.zip
don't NPE on dimensionmanager toString
CraftBukkit uses vanillas DimensionManager, but does not actually register its own dimension types, etc, due to vanilla This causes issues because anything, e.g. command feedback, trying to print information about the world will often attempt to print out the dimension name, which ends up throwing an NPE due to the lack of a registered type, we work around this by just returning the world name, this is not super elegant, but is the only route that promises not to break stuff.
Diffstat (limited to 'Spigot-Server-Patches/0324-Use-ConcurrentHashMap-in-JsonList.patch')
0 files changed, 0 insertions, 0 deletions