diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2218d3e..fa1895c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/egg-hytale.pelican.json b/egg-hytale.pelican.json index 93036d7..74bcc20 100644 --- a/egg-hytale.pelican.json +++ b/egg-hytale.pelican.json @@ -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": [ diff --git a/egg-hytale.pterodactyl.json b/egg-hytale.pterodactyl.json index 8fd3377..2868058 100644 --- a/egg-hytale.pterodactyl.json +++ b/egg-hytale.pterodactyl.json @@ -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",