Browse Source

Merge branch 'master' of https://gmcferrin@github.com/TheYeti/mcMMO.git

gmcferrin 13 năm trước cách đây
mục cha
commit
aa9fe544a2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/java/com/gmail/nossr50/mcMMO.java

+ 2 - 2
src/main/java/com/gmail/nossr50/mcMMO.java

@@ -137,6 +137,8 @@ public class mcMMO extends JavaPlugin
             }
         }
 
+        new File(getDataFolder() + File.separator + "players").mkdir();
+
         gotCake = new ArrayList<String>();
 
         try {
@@ -154,8 +156,6 @@ public class mcMMO extends JavaPlugin
 		catch (Exception ex) {
 			System.out.println(ex);
 		}
-
-		mcPermissions.initialize(getServer());
 		
 		this.config = new LoadProperties(this);
 		this.config.load();