Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
2aaf70c0
Commit
2aaf70c0
authored
Apr 22, 2022
by
Sam
Committed by
GitHub
Apr 22, 2022
Browse files
[typo-upd] Add missing folder
parent
b629e8c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/utils/Utils.java
View file @
2aaf70c0
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment