mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
More cleanup.
This commit is contained in:
parent
54b4faeeff
commit
ad68e6057e
@ -168,7 +168,10 @@ public class mcMMO extends JavaPlugin {
|
|||||||
// Get our ChunkletManager
|
// Get our ChunkletManager
|
||||||
placeStore = ChunkletManagerFactory.getChunkletManager();
|
placeStore = ChunkletManagerFactory.getChunkletManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Setup the various storage file paths
|
||||||
|
*/
|
||||||
public void setupFilePaths() {
|
public void setupFilePaths() {
|
||||||
mcmmo = getFile();
|
mcmmo = getFile();
|
||||||
mainDirectory = getDataFolder().getPath() + File.separator;
|
mainDirectory = getDataFolder().getPath() + File.separator;
|
||||||
|
Loading…
Reference in New Issue
Block a user