More console spam reduction for database operations

This commit is contained in:
nossr50
2021-03-12 16:37:21 -08:00
parent 4a048b47cb
commit 75db0af01d
4 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
Version 2.1.181
mcMMO no longer pointlessly tries to check for missing UUIDs for FlatFile database
Removed the "name change detected" message as some plugins (such as Plan) invoke API calls which spams the console with this message
Refactored code related to loading player data from the database
(API) Added DatabaseManager::loadPlayerProfile(String)