1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-21 08:21:24 +02:00

More cleanup.

This commit is contained in:
GJ 2012-05-21 08:45:33 -04:00
parent 54b4faeeff
commit ad68e6057e

@ -168,7 +168,10 @@ public class mcMMO extends JavaPlugin {
// Get our ChunkletManager
placeStore = ChunkletManagerFactory.getChunkletManager();
}
/**
* Setup the various storage file paths
*/
public void setupFilePaths() {
mcmmo = getFile();
mainDirectory = getDataFolder().getPath() + File.separator;