Change Variable Default

This commit is contained in:
Exonical 2018-02-13 23:25:28 -05:00
parent b30dc96654
commit 36319349aa

View File

@ -27,7 +27,7 @@
"name": "Server License Key",
"description": "Key is required to start the service.",
"env_variable": "FIVEM_LICENSE",
"default_value": "null",
"default_value": "",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string|max:32"