revert addition of new XP system for production

This commit is contained in:
2025-02-22 20:43:37 -06:00
parent 2160719126
commit d0e93773ad
+6 -6
View File
@@ -352,13 +352,13 @@ public class Experience {
if(killer.pvpKills.contains(mob.getObjectUUID()))
return;
if(true){
if(killer.combatStats == null)
killer.combatStats = new PlayerCombatStats(killer);
//if(true){
// if(killer.combatStats == null)
// killer.combatStats = new PlayerCombatStats(killer);
killer.combatStats.grantExperience(mob,g);
return;
}
// killer.combatStats.grantExperience(mob,g);
// return;
//}
double grantedExperience = 0.0;