Support for separate Classic html folder.
This commit is contained in:
@ -114,7 +114,8 @@ public class HtmCache
|
||||
return null;
|
||||
}
|
||||
|
||||
final String relpath = Util.getRelativePath(Config.DATAPACK_ROOT, file);
|
||||
String relpath = Util.getRelativePath(Config.DATAPACK_ROOT, file);
|
||||
relpath = relpath.replace("_classic", "");
|
||||
String content = null;
|
||||
try (FileInputStream fis = new FileInputStream(file);
|
||||
BufferedInputStream bis = new BufferedInputStream(fis))
|
||||
|
Reference in New Issue
Block a user