1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 02:33:15 +01:00

Refactoring a bunch of stuff, more refactoring to come

This commit is contained in:
nossr50
2020-08-17 21:15:27 -07:00
parent 0e9e1f5133
commit daada1a643
161 changed files with 1934 additions and 2575 deletions

View File

@@ -1448,7 +1448,7 @@ public final class FlatFileDatabaseManager implements DatabaseManager {
.setBarStateMap(xpBarStateMap);
PersistentPlayerData persistentPlayerData;
try {
persistentPlayerData = playerDataBuilder.build();
} catch (Exception e) {