mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 12:52:57 +08:00
Auto-enable questing
in the config
This commit is contained in:
parent
d6efaaea86
commit
ecd0ea7a8c
@ -236,7 +236,7 @@ public class ConfigContainer {
|
||||
public boolean staminaUsage = true;
|
||||
public boolean energyUsage = true;
|
||||
public boolean fishhookTeleport = true;
|
||||
public boolean questing = false;
|
||||
public boolean questing = true;
|
||||
public ResinOptions resinOptions = new ResinOptions();
|
||||
public Rates rates = new Rates();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user