Revert "OOC Notifications"

This commit is contained in:
Dahlular
2021-10-21 23:02:08 -06:00
committed by GitHub
parent 796f210c4d
commit 2290bc8372
7 changed files with 0 additions and 32 deletions
-11
View File
@@ -274,17 +274,6 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
message_admins("<font color='red'><B>Notice: </B><font color='blue'>[key_name_admin(src)] has the same [matches] as [key_name_admin(C)] (no longer logged in). </font>")
log_access("Notice: [key_name(src)] has the same [matches] as [key_name(C)] (no longer logged in).")
for(var/client/C in GLOB.clients)
if( !C )
continue
if(C.prefs)//supposedly fixes a runtime with the following lines. Ripped from OldPollo. I miss you, Lads. :(
if(C.prefs.toggles & ANNOUNCE_LOGINP)
to_chat(world, "<span class='notice'><b>[src.key] has connected to the server.</b></span>")
if(C.prefs.toggles)
C << sound('hyperstation/sound/effects/oocjoin.ogg')
if(GLOB.player_details[ckey])
player_details = GLOB.player_details[ckey]
player_details.byond_version = full_version