More cleanup.

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

View File

@ -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;