mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 22:59:35 +01:00
Cleanup
This commit is contained in:
parent
c97be335ee
commit
ca6cafaebd
@ -1040,11 +1040,13 @@ public class PlayerProfile {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(player.hasPermission("mcmmo.perks.xp.quadruple")) {
|
if (player.hasPermission("mcmmo.perks.xp.quadruple")) {
|
||||||
xp = xp * 4;
|
xp = xp * 4;
|
||||||
} else if (player.hasPermission("mcmmo.perks.xp.triple")) {
|
}
|
||||||
|
else if (player.hasPermission("mcmmo.perks.xp.triple")) {
|
||||||
xp = xp * 3;
|
xp = xp * 3;
|
||||||
} else if (player.hasPermission("mcmmo.perks.xp.double")) {
|
}
|
||||||
|
else if (player.hasPermission("mcmmo.perks.xp.double")) {
|
||||||
xp = xp * 2;
|
xp = xp * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user