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

FlatFileDatabaseManager refactor + adding tests part 1

This commit is contained in:
nossr50
2021-04-09 16:45:58 -07:00
parent 323f496420
commit 834ccc946a
16 changed files with 721 additions and 160 deletions

View File

@@ -73,8 +73,6 @@ public interface DatabaseManager {
*/
Map<PrimarySkillType, Integer> readRank(String playerName);
default void init() {};
/**
* Add a new user to the database.
*