mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
also this
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user