From 6191230c2ba3b9e7f70fafa198f3d3b563047f54 Mon Sep 17 00:00:00 2001 From: Legendaxe <102746941+Legendaxe@users.noreply.github.com> Date: Fri, 10 Nov 2023 01:19:26 +0200 Subject: [PATCH] byond redirect fix --- modular_ss220/queue/code/new_player_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_ss220/queue/code/new_player_procs.dm b/modular_ss220/queue/code/new_player_procs.dm index 787a3188ef73..cb157f55f121 100644 --- a/modular_ss220/queue/code/new_player_procs.dm +++ b/modular_ss220/queue/code/new_player_procs.dm @@ -16,7 +16,7 @@ SSqueue.queue_bypass_list |= ckey return - src << link(GLOB.configuration.overflow.overflow_server_location) + src << link("byond://[GLOB.configuration.overflow.overflow_server_location]") /mob/new_player/Logout() . = ..()