Generic cleanup.

This commit is contained in:
GJ
2012-03-26 09:06:48 -04:00
parent 77462888ff
commit 3ec5894249
4 changed files with 358 additions and 270 deletions

View File

@ -581,6 +581,6 @@ public class SpoutStuff {
* @param player The player whose bar to update
*/
public static void updateXpBar(Player player) {
playerHUDs.get(player).updateXpBarDisplay(Users.getProfile(player).getHUDType(), player);
playerHUDs.get(player).updateXpBarDisplay(Users.getProfile(player).getHUDType(), player); //Is there a reason we can't just do HUDmmo.updateXpBarDisplay?
}
}