Skip to content

Commit 1fcad8d

Browse files
authored
Merge pull request pterodactyl#772 from tenten8401/patch-1
Workaround for improper boolean handling
2 parents 3e8514b + 5d98fc3 commit 1fcad8d

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)