Commit 3bd00fcb authored by dragon's avatar dragon Committed by GitHub
Browse files

Update ConfigContainer.java (#1646)

make it more similar to official behavior.
parent 82398004
......@@ -190,7 +190,7 @@ public class ConfigContainer {
public boolean watchGachaConfig = false;
public boolean enableShopItems = true;
public boolean staminaUsage = true;
public boolean energyUsage = false;
public boolean energyUsage = true;
public boolean fishhookTeleport = true;
public ResinOptions resinOptions = new ResinOptions();
public Rates rates = new Rates();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment