Fixing Taming XP

This commit is contained in:
nossr50
2019-07-24 19:57:58 -07:00
parent 3155550931
commit 952ee9556a
2 changed files with 4 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public final class CombatUtils {
double initialDamage = event.getDamage();
double finalDamage = initialDamage;
if(master != null && !master.isOnline() && master.isValid()) {
if(master != null && master.isOnline() && master.isValid()) {
McMMOPlayer mcMMOPlayer = UserManager.getPlayer(master);
//Make sure the profiles been loaded