More cleanup.

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

View File

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