diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-04-10 23:40:21 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-04-10 23:40:21 +0800 |
commit | 8e1b720733250be7c4981d32f148b61139afbd3b (patch) | |
tree | a4b00fa0f17eb0dc766e307ba8b5136e8158b86d /conf/map | |
parent | ab81d4012eac5c2c00c485971fc9b89bf69761be (diff) | |
download | hercules-8e1b720733250be7c4981d32f148b61139afbd3b.tar.gz hercules-8e1b720733250be7c4981d32f148b61139afbd3b.tar.bz2 hercules-8e1b720733250be7c4981d32f148b61139afbd3b.tar.xz hercules-8e1b720733250be7c4981d32f148b61139afbd3b.zip |
uncomment the input_min_value in script.conf for safety reason
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/script.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/script.conf b/conf/map/script.conf index f18e9d6e2..e14fa4bd5 100644 --- a/conf/map/script.conf +++ b/conf/map/script.conf @@ -52,7 +52,7 @@ script_configuration: { // Default value of the 'min' argument of the script command 'input'. // When the 'min' argument isn't provided, this value is used instead. // Defaults to 0. - //input_min_value: 0 + input_min_value: 0 // Default value of the 'max' argument of the script command 'input'. // When the 'max' argument isn't provided, this value is used instead. |