Reworked some Spout stuff

among other things
This commit is contained in:
bm01
2012-07-01 04:48:23 +02:00
parent c45beec59d
commit 54e21333a3
22 changed files with 629 additions and 780 deletions

View File

@ -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();
}
}
}