Fix global groups not being migrated from GroupManager

This commit is contained in:
Luck 2016-09-09 18:41:15 +01:00
parent f28721e55a
commit 07514000a4
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -123,6 +123,7 @@ public class MigrationGroupManager extends SubCommand<Object> {
}
}
plugin.getDatastore().saveGroup(group);
}
Map<UUID, Map<Map.Entry<String, String>, Boolean>> users = new HashMap<>();