From b7f4a0ec8fbc4459517abf8159dc2ec9d17e37bd Mon Sep 17 00:00:00 2001 From: Kurounin Date: Tue, 23 Jul 2019 15:58:09 +0300 Subject: [PATCH] Revert commit to add MAX_PLAYERS --- .../hlds_server/egg-custom-h-l-d-s-engine-game.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/source_servers/hlds_server/egg-custom-h-l-d-s-engine-game.json b/source_servers/hlds_server/egg-custom-h-l-d-s-engine-game.json index 692c7aa6..173dc848 100644 --- a/source_servers/hlds_server/egg-custom-h-l-d-s-engine-game.json +++ b/source_servers/hlds_server/egg-custom-h-l-d-s-engine-game.json @@ -8,7 +8,7 @@ "author": "parker@parkervcp.com", "description": "This option allows modifying the startup arguments and other details to run a custom HLDS based game on the panel.", "image": "quay.io\/parkervcp\/pterodactyl-images:ubuntu_source", - "startup": ".\/hlds_run -console -game {{HLDS_GAME}} -port {{SERVER_PORT}} -sport {{VAC_PORT}} +map {{SRCDS_MAP}} +maxplayers {{MAX_PLAYERS}} +ip 0.0.0.0 -strictportbind -norestart", + "startup": ".\/hlds_run -console -game {{HLDS_GAME}} -port {{SERVER_PORT}} -sport {{VAC_PORT}} +map {{SRCDS_MAP}} +ip 0.0.0.0 -strictportbind -norestart", "config": { "files": "{}", "startup": "{\r\n \"done\": \"Connection to Steam servers successful\",\r\n \"userInteraction\": []\r\n}", @@ -58,15 +58,6 @@ "user_viewable": 1, "user_editable": 0, "rules": "required|numeric|digits_between:1,5" - }, - { - "name": "Max Players", - "description": "Maximum amount of players that can connect to the server.", - "env_variable": "MAX_PLAYERS", - "default_value": "18", - "user_viewable": 1, - "user_editable": 0, - "rules": "required|numeric|digits_between:1,2" } ] }