Parcourir la source

More cleanup.

GJ il y a 13 ans
Parent
commit
ad68e6057e
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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;