Merge remote-tracking branch 'origin/main' into fix/dynamic-tune-vals

This commit is contained in:
wish
2023-05-23 21:54:27 +10:00
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
}