Skip to content

Commit e1d6980

Browse files
rouingDaneEveritt
authored andcommitted
Add the MAP Varible (pterodactyl#903)
The MAP Var was added to startup config but never to the user config options.
1 parent adfc165 commit e1d6980

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

database/seeds/eggs/source-engine/egg-custom-source-engine-game.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
"user_viewable": 1,
4141
"user_editable": 0,
4242
"rules": "required|alpha_dash|between:1,100"
43+
},
44+
{
45+
"name": "Map",
46+
"description": "The default map for the server.",
47+
"env_variable": "SRCDS_MAP",
48+
"default_value": "",
49+
"user_viewable": 1,
50+
"user_editable": 1,
51+
"rules": "required|string|alpha_dash"
4352
}
4453
]
4554
}

0 commit comments

Comments
 (0)