Corrected manual index bug in development mode.

This commit is contained in:
GhidorahRex 2019-06-18 10:34:39 -04:00
parent 92b671bb2c
commit ba37c1bae4

View File

@ -1214,7 +1214,7 @@ public class SleighLanguage implements Language {
currentManual = Application.findDataFileInAnyModule(
"manuals/" + matcher.group(1).trim());
}
else {
if (currentManual == null) {
currentManual =
new ResourceFile(manualDirectory, matcher.group(1).trim());
}