diff options
author | Haru <haru@dotalux.com> | 2019-06-01 15:55:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 15:55:59 +0200 |
commit | 50a0952e62fe590bddd9eb0c3d65c913b938354d (patch) | |
tree | 927872bcac19b64c6d47c96e92536efb5f7c371a /conf | |
parent | c8202e1cd9eb64d07fa921d117a13eef3938a4db (diff) | |
parent | 797464b89910c4a04d0381a831001f4a7591ad28 (diff) | |
download | hercules-50a0952e62fe590bddd9eb0c3d65c913b938354d.tar.gz hercules-50a0952e62fe590bddd9eb0c3d65c913b938354d.tar.bz2 hercules-50a0952e62fe590bddd9eb0c3d65c913b938354d.tar.xz hercules-50a0952e62fe590bddd9eb0c3d65c913b938354d.zip |
Merge pull request #2375 from AnnieRuru/58-negative_input
Allow *input script command to support negative input
Diffstat (limited to 'conf')
-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 fc617d858..802ce2538 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. |