This commit is contained in:
NATroutter
2026-01-22 19:16:59 +02:00
3 changed files with 16 additions and 2 deletions

View File

@@ -84,6 +84,20 @@ body:
validations:
required: true
- type: dropdown
id: latest-version
attributes:
label: Are you using the latest version of the egg?
description: |
Have you re-imported the egg from this repository recently?
Check the latest commit date on GitHub to see if there have been updates since you installed it.
options:
- Yes, I just re-imported the egg
- I'm not sure / I haven't checked
- No, I'm using an older version
validations:
required: true
- type: dropdown
id: stage
attributes:

View File

@@ -363,7 +363,7 @@
"name": "Source Query Listening Port",
"description": "Specifies the port used by the Source Query service to handle A2S requests. This must be separate from the main game port. By default, it is set to the game port plus one.",
"env_variable": "QUERY_PORT",
"default_value": "5021",
"default_value": "5521",
"user_viewable": true,
"user_editable": true,
"rules": [

View File

@@ -254,7 +254,7 @@
"name": "Source Query Listening Port",
"description": "Specifies the port used by the Source Query service to handle A2S requests. This must be separate from the main game port. By default, it is set to the game port plus one.",
"env_variable": "QUERY_PORT",
"default_value": "5021",
"default_value": "5521",
"user_viewable": true,
"user_editable": true,
"rules": "required|integer|between:1,65535",