Added null check for jobs reborn.

This commit is contained in:
songoda 2019-06-22 05:22:36 -04:00
parent d254b491bc
commit 517db57331
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public class EntityStack {
killedLocation.getWorld().spawn(killedLocation, ExperienceOrb.class).setExperience(droppedExp * amount);
if (killed.getKiller() == null) return;
UltimateStacker.getInstance().addExp(killed.getKiller(), this);
}