mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 15:38:24 +00:00
[typo] Fix resources folder tips
This commit is contained in:
parent
dff860e205
commit
b629e8c652
@ -158,7 +158,7 @@ public final class Utils {
|
||||
// Check for GenshinData.
|
||||
if(!fileExists(resourcesFolder + "BinOutput") ||
|
||||
!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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user