add AutoBackportQuest DebugOption

This commit is contained in:
wish
2024-02-11 23:22:42 +11:00
parent 771f240d13
commit 6ec9d9d869
3 changed files with 23 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ type DebugOptions struct {
TournamentOverride int // VS Tournament event status
DisableTokenCheck bool // Disables checking login token exists in the DB (security risk!)
QuestTools bool // Enable various quest debug logs
AutoQuestBackport bool // Automatically backport quest files
ProxyPort uint16 // Forces the game to connect to a channel server proxy
CapLink CapLinkOptions
}