Browse Source

More cleanup.

GJ 13 years ago
parent
commit
ad68e6057e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/main/java/com/gmail/nossr50/mcMMO.java

+ 4 - 1
src/main/java/com/gmail/nossr50/mcMMO.java

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