summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAnnieRuru <jeankofannie2@gmail.com>2019-04-10 23:40:21 +0800
committerAnnieRuru <jeankofannie2@gmail.com>2019-04-10 23:40:21 +0800
commit8e1b720733250be7c4981d32f148b61139afbd3b (patch)
treea4b00fa0f17eb0dc766e307ba8b5136e8158b86d /conf
parentab81d4012eac5c2c00c485971fc9b89bf69761be (diff)
downloadhercules-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')
-rw-r--r--conf/map/script.conf2
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.