mcMMO no longer throws errors on below 0 xp gains

Fixes #4346
This commit is contained in:
nossr50
2020-12-16 16:15:19 -08:00
parent dfc2691cd6
commit 22a738bace
4 changed files with 8 additions and 3 deletions

View File

@ -102,6 +102,7 @@ public class UUIDUpdateAsyncTask implements Runnable {
if (position == userNames.size()) {
mcMMO.getUpgradeManager().setUpgradeCompleted(UpgradeType.ADD_UUIDS);
awaiter.countDown();
plugin.getLogger().info("UUID checks completed");
} else
this.runTaskLaterAsynchronously(plugin, Misc.TICK_CONVERSION_FACTOR * DELAY_PERIOD); // Schedule next batch
}