mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Adds user logging for emitter deletions + Fixes lobby tab (#14685)
* Adds user logging for emitter deletions * Fixes something I broke with lobby too
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
|
||||
/mob/new_player/Stat()
|
||||
statpanel("Status")
|
||||
|
||||
..()
|
||||
|
||||
statpanel("Lobby")
|
||||
if(client.statpanel=="Lobby" && SSticker)
|
||||
if(SSticker.hide_mode)
|
||||
stat("Game Mode:", "Secret")
|
||||
@@ -141,10 +145,6 @@
|
||||
if(player.ready)
|
||||
totalPlayersReady++
|
||||
|
||||
..()
|
||||
|
||||
statpanel("Lobby")
|
||||
|
||||
|
||||
/mob/new_player/Topic(href, href_list[])
|
||||
if(!client)
|
||||
|
||||
Reference in New Issue
Block a user