document DisableSoftCrash

This commit is contained in:
wish
2022-08-04 23:18:26 +10:00
parent cdbc11c4b2
commit a7ec76f865

View File

@@ -11,7 +11,7 @@ import (
type Config struct {
HostIP string `mapstructure:"host_ip"`
BinPath string `mapstructure:"bin_path"`
DisableSoftCrash bool
DisableSoftCrash bool // Disables the 'Press Return to exit' dialog allowing scripts to reboot the server automatically
DevMode bool
DevModeOptions DevModeOptions