CobbleSword / NachoSpigot

NachoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes.
GNU General Public License v3.0
237 stars 86 forks source link

fixes an usercache exception + getBlock npe #361

Closed crafter23456 closed 2 years ago

crafter23456 commented 2 years ago

Description

fixes an unnecessary usercache error caused by FileNotFoundException or JsonParseException. The error appeared on file generation directly in the first log line. I added the two catches back to nullify them. & adds https://github.com/Electroid/SportPaper/blob/master/patches/server/0171-Fix-NPE-in-CraftChunk-getBlocks.patch

How has this been tested?

i checked the log

Checklist:

ghost commented 2 years ago

@Lucaskyy

Sculas commented 2 years ago

Thank you for this PR!