Party#giveExperience() gives a null pointer
Alexz1008 opened this issue ยท 1 comments
https://gyazo.com/c1a2b11fb33260f2895843a336037c37
As seen in the stack trace, giveExperience null pointers because sendPartyExperience requires a killer while giveExperience doesn't hve a parameter for one (and killer is annotated to be nullable in the other methods too).