fix query port

This commit is contained in:
Quinten 2022-12-11 11:14:45 +01:00 committed by GitHub
parent bd7d42ce8d
commit c5ed47a7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-12-11T05:02:58-05:00",
"exported_at": "2022-12-11T11:11:17+01:00",
"name": "American Truck Simulator Dedicated Server",
"author": "chase@cstmgames.com",
"description": "This will set up SteamCMD and all the required files for the newly released American Truck Simulator Dedicated server. Simply placed the exported server config from your ATS instance to the .local\/share\/American Truck Simulator\/ folder and select start. Make sure that auto start is off on server creation to allow you to upload your config files.",
@ -61,13 +61,13 @@
"field_type": "text"
},
{
"name": "Query Port",
"description": "This is the port the sever will use to listen for and respond to queries.",
"name": "query port",
"description": "Must be between 27015 and 27020!",
"env_variable": "QUERY_PORT",
"default_value": "27016",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|between:27015,27020",
"user_editable": false,
"rules": "required|string",
"field_type": "text"
},
{

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-12-11T10:30:09+01:00",
"exported_at": "2022-12-11T11:11:17+01:00",
"name": "Euro Truck Simulator 2 Dedicated server.",
"author": "josdekurk@gmail.com",
"description": "Travel across Europe as king of the road, a trucker who delivers important cargo across impressive distances! With dozens of cities to explore, your endurance, skill and speed will all be pushed to their limits.",
@ -72,12 +72,12 @@
},
{
"name": "query port",
"description": "",
"description": "Must be between 27015 and 27020!",
"env_variable": "QUERY_PORT",
"default_value": "27016",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|between:27015,27020",
"rules": "required|string",
"field_type": "text"
},
{