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
3bd00fcb
Commit
3bd00fcb
authored
Aug 11, 2022
by
dragon
Committed by
GitHub
Aug 11, 2022
Browse files
Update ConfigContainer.java (#1646)
make it more similar to official behavior.
parent
82398004
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/config/ConfigContainer.java
View file @
3bd00fcb
...
...
@@ -190,7 +190,7 @@ public class ConfigContainer {
public
boolean
watchGachaConfig
=
false
;
public
boolean
enableShopItems
=
true
;
public
boolean
staminaUsage
=
true
;
public
boolean
energyUsage
=
fals
e
;
public
boolean
energyUsage
=
tru
e
;
public
boolean
fishhookTeleport
=
true
;
public
ResinOptions
resinOptions
=
new
ResinOptions
();
public
Rates
rates
=
new
Rates
();
...
...
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