Closed LemADEC closed 4 years ago
Blood magic is returning null here https://github.com/WayofTime/BloodMagic/blob/02d9b310a441ce36ae3179999ae4fe26d096e1af/src/main/java/WayofTime/bloodmagic/command/sub/SubCommandRitual.java#L37
As you said, the error is also there without Sponge.
I was hoping for better error handling in Sponge in such situation.
I am currently running
Issue Description When typing the blood magic help command, an error is reported for the ritual sub command, probably a bug in BloodMagic-1.12.2-2.4.3-105. However, with sponge, the error bubbles up to the player and prevents to see the remaining informations. Without sponge, the error is only reported in console and we can still see what's behind the commands.
Steps to reproduce: type
/bloodmagic ritual help
:In single player, there's an NPE but it's only visible in the logs and won't prevent execution of the remaining code.