From 3dcbafb87ede2f41af751c6ddec0db525c78d9b2 Mon Sep 17 00:00:00 2001 From: NATroutter Date: Tue, 20 Jan 2026 20:54:30 +0200 Subject: [PATCH] Fixed wrong default port for source quary in both eggs --- egg-hytale.pelican.json | 2 +- egg-hytale.pterodactyl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egg-hytale.pelican.json b/egg-hytale.pelican.json index 834b856..66074d8 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 d3801cb..a9329cd 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",