garbagemule / MobArena

MobArena plugin for Minecraft
GNU General Public License v3.0
196 stars 151 forks source link

Arena didn't end on last wave ._. #690

Closed Nesseley closed 3 years ago

Nesseley commented 3 years ago

Bug report

Short description Never happened before, but the arena didn't end when it should. it didnt go on either, we just stood there..

Killed last boss wave10, then first error showed up. then another error when bluebear did /forlat (/ma leave)

Reproduction steps I am not sure, I just need some help :D

Details

garbagemule commented 3 years ago

It looks like a null reward managed to sneak in somewhere. MobArena should either fail fast (throw an error when a null reward is added) or just ignore null rewards entirely to prevent this from happening. The arena did try to end as it should, but the null reward broke the end procedure.

garbagemule commented 3 years ago

The root cause of this is #691, which has been fixed for the next release :)