瀏覽代碼

Be sure to make the FlatFileStuff directory.

NuclearW 14 年之前
父節點
當前提交
98fcfec1bb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mcMMO/com/gmail/nossr50/party/Party.java

+ 1 - 0
mcMMO/com/gmail/nossr50/party/Party.java

@@ -32,6 +32,7 @@ public class Party
 	
 	private static mcMMO plugin;
 	public Party(mcMMO instance) {
+		new File(mcMMO.maindirectory + File.separator + "FlatFileStuff").mkdir();
     	plugin = instance;
     }
 	private static volatile Party instance;