清理残余 MCBBS 相关内容 (#2953)

* 清理残余 MCBBS 相关内容

* update
This commit is contained in:
Glavo
2024-03-25 21:44:27 +08:00
committed by GitHub
parent 991729b684
commit 0b65431044
10 changed files with 0 additions and 40 deletions

View File

@@ -322,10 +322,6 @@ public final class ModManager {
return getModsDirectory().resolve(fileName);
}
public static String getMcbbsUrl(String mcbbsId) {
return String.format("https://www.mcbbs.net/thread-%s-1-1.html", mcbbsId);
}
public static final String DISABLED_EXTENSION = ".disabled";
public static final String OLD_EXTENSION = ".old";
}