add persistent featured weapons

This commit is contained in:
wish
2022-10-23 12:45:10 +11:00
parent e5e3750045
commit 7691b84259
4 changed files with 42 additions and 23 deletions

View File

@@ -15,6 +15,7 @@ type Config struct {
Host string `mapstructure:"Host"`
BinPath string `mapstructure:"BinPath"`
DisableSoftCrash bool // Disables the 'Press Return to exit' dialog allowing scripts to reboot the server automatically
FeaturedWeapons int // Number of Active Feature weapons to generate daily
DevMode bool
DevModeOptions DevModeOptions