mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 04:43:20 +08:00
Update ConfigContainer.java (#1646)
make it more similar to official behavior.
This commit is contained in:
parent
823980046e
commit
3bd00fcb07
@ -190,7 +190,7 @@ public class ConfigContainer {
|
|||||||
public boolean watchGachaConfig = false;
|
public boolean watchGachaConfig = false;
|
||||||
public boolean enableShopItems = true;
|
public boolean enableShopItems = true;
|
||||||
public boolean staminaUsage = true;
|
public boolean staminaUsage = true;
|
||||||
public boolean energyUsage = false;
|
public boolean energyUsage = true;
|
||||||
public boolean fishhookTeleport = true;
|
public boolean fishhookTeleport = true;
|
||||||
public ResinOptions resinOptions = new ResinOptions();
|
public ResinOptions resinOptions = new ResinOptions();
|
||||||
public Rates rates = new Rates();
|
public Rates rates = new Rates();
|
||||||
|
Loading…
Reference in New Issue
Block a user