mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
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:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user