Commit f4f8a86a authored by Melledy's avatar Melledy Committed by GitHub
Browse files

Merge pull request #113 from 01101sam/patch-1

[typo] Fix resources folder tips
parents acd59d17 2aaf70c0
...@@ -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' and 'ExcelBinOutput' 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