add EarthStatusOverride

This commit is contained in:
wish
2023-05-23 21:53:53 +10:00
parent 086b338f84
commit f40196b530
3 changed files with 12 additions and 12 deletions

View File

@@ -51,6 +51,7 @@ type DevModeOptions struct {
MezFesAlt bool // Swaps out Volpakkun for Tokotoko
DisableTokenCheck bool // Disables checking login token exists in the DB (security risk!)
QuestDebugTools bool // Enable various quest debug logs
EarthStatusOverride int32
SaveDumps SaveDumpOptions
}