@ -119,7 +120,7 @@ public class LegacyMigrator extends Migrator {
.exceptionally(exception->{
plugin.getLoggingAdapter().log(Level.SEVERE,"Failed to migrate legacy data for "+data.user().username+": "+exception.getMessage());
returnnull;
}))));
})).join()));
plugin.getLoggingAdapter().log(Level.INFO,"Migration complete for "+dataToMigrate.size()+" users in "+((System.currentTimeMillis()-startTime)/1000)+" seconds!");