mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Reworked some Spout stuff
among other things
This commit is contained in:
@ -230,7 +230,7 @@ public class Skills {
|
||||
|
||||
if (sPlayer.isSpoutCraftEnabled()) {
|
||||
if (SpoutConfig.getInstance().getXPBarEnabled()) {
|
||||
SpoutStuff.updateXpBar(player);
|
||||
profile.updateXpBar();
|
||||
}
|
||||
|
||||
SpoutStuff.levelUpNotification(skillType, sPlayer);
|
||||
@ -254,7 +254,7 @@ public class Skills {
|
||||
SpoutPlayer sPlayer = (SpoutPlayer) player;
|
||||
if (sPlayer.isSpoutCraftEnabled()) {
|
||||
if (SpoutConfig.getInstance().getXPBarEnabled()) {
|
||||
SpoutStuff.updateXpBar(player);
|
||||
profile.updateXpBar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user