forked from MagicBane/Server
revert addition of new XP system for production
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user