also this

This commit is contained in:
Kashargul
2024-10-04 16:45:18 +02:00
committed by GitHub
parent 6485609519
commit eda7e4bf92
+1 -1
View File
@@ -30,7 +30,7 @@ var/obj/effect/lobby_image = new /obj/effect/lobby_image
update_Login_details() //handles setting lastKnownIP and computer_id for use by the ban systems as well as checking for multikeying
if(join_motd)
join_motd = GLOB.is_valid_url.Replace(join_motd,span_linkify("$1"))
to_chat(src, "<div class=\"motd\">[join_motd]</div>")
to_chat(src, examine_block("<div class=\"motd\">[join_motd]</div>"))
if(has_respawned)
to_chat(usr, config.respawn_message)