1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 10:22:58 +01:00

Fixed the flatfile system.

This commit is contained in:
cerevisiae
2010-12-12 13:40:39 -06:00
parent 263a5701d7
commit ebdda3afc0
4 changed files with 285 additions and 137 deletions

View File

@@ -11,7 +11,7 @@ public class vMinecraft extends Plugin {
public void enable() {
vMinecraftSettings.getInstance().loadSettings();
vMinecraftUsers.getInstance().loadUsers();
vMinecraftUsers.getInstance().loadUsers();
vMinecraftCommands.loadCommands();
}