mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-26 03:43:52 +08:00
Merge pull request #113 from 01101sam/patch-1
[typo] Fix resources folder tips
This commit is contained in:
commit
db0e39bd72
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user