From 898d9f1a08ca349926f89370341094618894ae2e Mon Sep 17 00:00:00 2001 From: Akilan Date: Fri, 14 Feb 2025 00:16:13 +0000 Subject: [PATCH] fixed detect servers --- core/core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.go b/core/core.go index 5ae6637..4985e0e 100644 --- a/core/core.go +++ b/core/core.go @@ -50,7 +50,7 @@ func BroadcastServerToBackend() error { // Game session url //+ file.ID - gameSession.Link = respIpv4orIPv6 + ":" + config.NATEscapeScreenSharePort + "/?id=" + room.ID + gameSession.Link = respIpv4orIPv6 + config.NATEscapeScreenSharePort + "/?id=" + room.ID // Rate for the game session gameSession.Rate = config.Rate // Server specs to struct GameSession