mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Merge pull request #63 from NuclearW/pullme
Be sure to make the FlatFileStuff directory.
This commit is contained in:
commit
cce5b54495
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user