Merge pull request #772 from tenten8401/patch-1

Workaround for improper boolean handling
This commit is contained in:
Dane Everitt 2017-11-21 13:55:13 -05:00 committed by GitHub
commit 1fcad8d86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
"name": "OxideMod",
"description": "Set whether you want the server to use and auto update OxideMod or not. Valid options are \"1\" for true and \"0\" for false.",
"env_variable": "OXIDE",
"default_value": "false",
"default_value": "0",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|boolean"