mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 00:15:08 +01:00
document DisableSoftCrash
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
type Config struct {
|
type Config struct {
|
||||||
HostIP string `mapstructure:"host_ip"`
|
HostIP string `mapstructure:"host_ip"`
|
||||||
BinPath string `mapstructure:"bin_path"`
|
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
|
DevMode bool
|
||||||
|
|
||||||
DevModeOptions DevModeOptions
|
DevModeOptions DevModeOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user