Save users asynchronously

This commit is contained in:
riking
2014-06-03 20:52:22 -07:00
committed by TfT_02
parent 6d719988bf
commit 4fb4d6fc0c
10 changed files with 21 additions and 12 deletions

View File

@ -47,7 +47,7 @@ public final class UserManager {
}
/**
* Save all users.
* Save all users ON THIS THREAD.
*/
public static void saveAll() {
Player[] onlinePlayers = mcMMO.p.getServer().getOnlinePlayers();