Lortseam 4 년 전
부모
커밋
6243b02f97
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/me/lortseam/completeconfig/ConfigBuilder.java

+ 1 - 0
src/main/java/me/lortseam/completeconfig/ConfigBuilder.java

@@ -28,6 +28,7 @@ public final class ConfigBuilder {
      * <p>The config branch determines the location of the config's save file.
      *
      * @param modID the ID of the mod creating the config
+     * @param branch the branch
      */
     public ConfigBuilder(String modID, String[] branch) {
         this.modID = modID;