|
|
@ -352,13 +352,13 @@ public class Experience { |
|
|
|
if(killer.pvpKills.contains(mob.getObjectUUID())) |
|
|
|
if(killer.pvpKills.contains(mob.getObjectUUID())) |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
if(true){ |
|
|
|
//if(true){
|
|
|
|
if(killer.combatStats == null) |
|
|
|
// if(killer.combatStats == null)
|
|
|
|
killer.combatStats = new PlayerCombatStats(killer); |
|
|
|
// killer.combatStats = new PlayerCombatStats(killer);
|
|
|
|
|
|
|
|
|
|
|
|
killer.combatStats.grantExperience(mob,g); |
|
|
|
// killer.combatStats.grantExperience(mob,g);
|
|
|
|
return; |
|
|
|
// return;
|
|
|
|
} |
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
double grantedExperience = 0.0; |
|
|
|
double grantedExperience = 0.0; |
|
|
|
|
|
|
|
|
|
|
|