mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Clear after saving, save before clearing.
This commit is contained in:
@ -23,6 +23,7 @@ public class MmoupdateCommand implements CommandExecutor {
|
||||
switch (args.length) {
|
||||
case 0:
|
||||
sender.sendMessage(LocaleLoader.getString("Commands.mmoupdate.Start"));
|
||||
UserManager.saveAll();
|
||||
UserManager.clearAll();
|
||||
convertToMySQL();
|
||||
|
||||
|
Reference in New Issue
Block a user