Skip to content

Commit 3dcbafb

Browse files
committed
Fixed wrong default port for source quary in both eggs
1 parent ab1cf4a commit 3dcbafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

egg-hytale.pelican.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
"name": "Source Query Listening Port",
364364
"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.",
365365
"env_variable": "QUERY_PORT",
366-
"default_value": "5021",
366+
"default_value": "5521",
367367
"user_viewable": true,
368368
"user_editable": true,
369369
"rules": [

egg-hytale.pterodactyl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"name": "Source Query Listening Port",
255255
"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.",
256256
"env_variable": "QUERY_PORT",
257-
"default_value": "5021",
257+
"default_value": "5521",
258258
"user_viewable": true,
259259
"user_editable": true,
260260
"rules": "required|integer|between:1,65535",

0 commit comments

Comments
 (0)