Skip to content

Commit 5d98fc3

Browse files
authored
Workaround for improper boolean handling
Since laravel only takes 1, 0, true, false, "1", and "0" instead of allowing "true" and "false".
1 parent 3e8514b commit 5d98fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/eggs/rust/egg-rust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"name": "OxideMod",
3737
"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.",
3838
"env_variable": "OXIDE",
39-
"default_value": "false",
39+
"default_value": "0",
4040
"user_viewable": 1,
4141
"user_editable": 1,
4242
"rules": "required|boolean"

0 commit comments

Comments
 (0)