From a7ec76f865a715aad3bd432fe2569a6ffd41dc59 Mon Sep 17 00:00:00 2001 From: wish Date: Thu, 4 Aug 2022 23:18:26 +1000 Subject: [PATCH] document DisableSoftCrash --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 1f9587a50..5009e5aac 100644 --- a/config/config.go +++ b/config/config.go @@ -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