Commit b629e8c6 authored by Sam's avatar Sam Committed by GitHub
Browse files

[typo] Fix resources folder tips

parent dff860e2
...@@ -158,7 +158,7 @@ public final class Utils { ...@@ -158,7 +158,7 @@ public final class Utils {
// Check for GenshinData. // Check for GenshinData.
if(!fileExists(resourcesFolder + "BinOutput") || if(!fileExists(resourcesFolder + "BinOutput") ||
!fileExists(resourcesFolder + "ExcelBinOutput")) { !fileExists(resourcesFolder + "ExcelBinOutput")) {
logger.info("Place a copy of 'GenshinData' in the resources folder."); logger.info("Place a copy of 'BinOutput' in the resources folder.");
exit = true; exit = true;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment