Removed auto-cycle option

This commit is contained in:
Ewerton B. S
2023-08-23 05:30:27 +09:00
committed by GitHub
parent c4f11721c6
commit 43c59da809

View File

@@ -111,8 +111,6 @@ type DevModeOptions struct {
EarthStatusOverride int32 EarthStatusOverride int32
EarthIDOverride int32 EarthIDOverride int32
EarthMonsterOverride int32 EarthMonsterOverride int32
WeeklyQuestCycle bool // Enable weekly event quests cycle
WeeklyCycleAmount int // Set the amount of cycles (week)
SaveDumps SaveDumpOptions SaveDumps SaveDumpOptions
} }