mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 14:32:52 +08:00
[typo-upd] Add missing folder
This commit is contained in:
parent
b629e8c652
commit
2aaf70c031
@ -158,7 +158,7 @@ public final class Utils {
|
||||
// Check for GenshinData.
|
||||
if(!fileExists(resourcesFolder + "BinOutput") ||
|
||||
!fileExists(resourcesFolder + "ExcelBinOutput")) {
|
||||
logger.info("Place a copy of 'BinOutput' in the resources folder.");
|
||||
logger.info("Place a copy of 'BinOutput' and 'ExcelBinOutput' in the resources folder.");
|
||||
exit = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user