From 43c59da809902e03c4f41f670d568ddf7da49bac Mon Sep 17 00:00:00 2001 From: "Ewerton B. S" Date: Wed, 23 Aug 2023 05:30:27 +0900 Subject: [PATCH] Removed auto-cycle option --- config/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.go b/config/config.go index 1d5990d37..ac7e48af6 100644 --- a/config/config.go +++ b/config/config.go @@ -111,8 +111,6 @@ type DevModeOptions struct { EarthStatusOverride int32 EarthIDOverride int32 EarthMonsterOverride int32 - WeeklyQuestCycle bool // Enable weekly event quests cycle - WeeklyCycleAmount int // Set the amount of cycles (week) SaveDumps SaveDumpOptions }