mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-23 07:40:29 +02:00
Merge pull request #63 from NuclearW/pullme
Be sure to make the FlatFileStuff directory.
This commit is contained in:
@@ -32,6 +32,7 @@ public class Party
|
|||||||
|
|
||||||
private static mcMMO plugin;
|
private static mcMMO plugin;
|
||||||
public Party(mcMMO instance) {
|
public Party(mcMMO instance) {
|
||||||
|
new File(mcMMO.maindirectory + File.separator + "FlatFileStuff").mkdir();
|
||||||
plugin = instance;
|
plugin = instance;
|
||||||
}
|
}
|
||||||
private static volatile Party instance;
|
private static volatile Party instance;
|
||||||
|
Reference in New Issue
Block a user