Return to HashMap!

This commit is contained in:
bm01
2012-06-24 22:46:45 +02:00
parent 0b0390620e
commit dc48d467f5
4 changed files with 16 additions and 28 deletions

View File

@@ -285,7 +285,7 @@ public class mcMMO extends JavaPlugin {
@Override
public void onDisable() {
//Make sure to save player information if the server shuts down
for (PlayerProfile playerProfile : Users.getProfiles()) {
for (PlayerProfile playerProfile : Users.getProfiles().values()) {
playerProfile.save();
}