From ee18351c6ea8f3287345c58b51574b822f905ba7 Mon Sep 17 00:00:00 2001 From: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com> Date: Fri, 10 Nov 2023 01:22:46 +0200 Subject: [PATCH] fix: byond redirect (#662) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Добавляем в ссылку byond что бы он закрывал текущий клиент --- 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() . = ..()