[FIX] return some classes and standardize some class=\" (#27051)

* [FIX] return some classes and standardize some class=\"

* cultspeech
This commit is contained in:
ROdenFL
2024-10-12 19:38:35 +03:00
committed by GitHub
parent ed8809a4fc
commit f6298184f5
8 changed files with 40 additions and 12 deletions
@@ -1,7 +1,7 @@
/mob/new_player/Login()
update_Login_details() //handles setting lastKnownIP and computer_id for use by the ban systems as well as checking for multikeying
if(GLOB.join_motd)
to_chat(src, "<div class=\"motd\">[GLOB.join_motd]</div>")
to_chat(src, "<div class='motd'>[GLOB.join_motd]</div>")
if(!mind)
mind = new /datum/mind(key)