HUDmmo.java cleanup (formatting stuff, comment removal)

This commit is contained in:
nossr50
2012-03-26 14:24:11 -07:00
parent 65e3384a96
commit ae8997b4f3
2 changed files with 3 additions and 14 deletions

View File

@ -19,4 +19,4 @@ public class RemoveProfileFromMemoryTask implements Runnable {
Users.removeUserByName(player.getName());
}
}
}
}