mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-26 00:55:29 +02:00
Preparing for a bugfix release. Also made sure mcMMO saves info on
shutdown.
This commit is contained in:
@@ -118,12 +118,6 @@ public class Combat
|
||||
|
||||
int xp = (int) (xpinc * 2 * LoadProperties.pvpxprewardmodifier);
|
||||
|
||||
if(xp < 0)
|
||||
{
|
||||
//Debug messages here
|
||||
xp = Math.abs(xp); //Temporary fix
|
||||
}
|
||||
|
||||
if(m.isAxes(attacker.getItemInHand()) && mcPermissions.getInstance().axes(attacker))
|
||||
PPa.addXP(SkillType.AXES, xp*10, attacker);
|
||||
if(m.isSwords(attacker.getItemInHand()) && mcPermissions.getInstance().swords(attacker))
|
||||
|
Reference in New Issue
Block a user