Easier banning of DC'd players. (#28032)

* Easier banning of DC'd players.

* Make bans work on new players (still on start screen).

* More accurate messaging
This commit is contained in:
Charlie Nolan
2025-01-26 13:46:22 +00:00
committed by GitHub
parent 34f3823923
commit 509e7955c1
4 changed files with 55 additions and 52 deletions
@@ -1,5 +1,5 @@
/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
update_Login_details() //handles setting last_known_ckey, 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>")