mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Merge branch 'main' of https://github.com/NATroutter/egg-hytale into dev
This commit is contained in:
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user