mcMMO should no longer lose a few minutes of player data from shutting

down the server
This commit is contained in:
nossr50
2019-06-05 21:11:44 -07:00
parent 4048ecc764
commit 3ce3ac5350
9 changed files with 80 additions and 31 deletions

View File

@ -1102,7 +1102,7 @@ public final class ExperienceAPI {
PlayerProfile profile = getOfflineProfile(playerUniqueId);
profile.addXp(skill, XP);
profile.save();
profile.save(true);
}
@Deprecated