1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

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

@@ -19,7 +19,7 @@ public class SQLReconnect implements Runnable {
if (!Database.isConnected()) {
Database.connect();
if (Database.isConnected()) {
for (PlayerProfile playerProfile : Users.getProfiles()) {
for (PlayerProfile playerProfile : Users.getProfiles().values()) {
playerProfile.save(); //Save all profiles
}