Merge branch 'main' into feature/discord-login

This commit is contained in:
Matthew
2023-11-29 10:52:01 -08:00
committed by GitHub
12 changed files with 183 additions and 92 deletions

View File

@@ -81,6 +81,7 @@ type Config struct {
RealClientMode Mode
QuestCacheExpiry int // Number of seconds to keep quest data cached
ProxyPort uint16 // Forces the game to connect to a channel server proxy
CommandPrefix string // The prefix for commands
DevMode bool
DevModeOptions DevModeOptions
@@ -111,7 +112,7 @@ type DevModeOptions struct {
QuestDebugTools bool // Enable various quest debug logs
EarthStatusOverride int32
EarthIDOverride int32
EarthMonsterOverride int32
EarthMonsterOverride []int32
SaveDumps SaveDumpOptions
}
@@ -173,9 +174,10 @@ type DiscordRealTime struct {
// Command is a channelserver chat command
type Command struct {
Name string
Enabled bool
Prefix string
Name string
Enabled bool
Description string
Prefix string
}
// Course represents a course within MHF