Skip to content

Commit

Permalink
fix: byond redirect (#662)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Добавляем в ссылку byond что бы он закрывал текущий клиент
  • Loading branch information
Legendaxe authored Nov 9, 2023
1 parent 19fa0a2 commit ee18351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/queue/code/new_player_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
. = ..()
Expand Down

0 comments on commit ee18351

Please sign in to comment.