Removes lag for admins connecting at roundstart (#14684)

This commit is contained in:
AffectedArc07
2020-10-21 13:26:35 -04:00
committed by GitHub
parent 8b8dd8f620
commit e5f0031d19
+2 -2
View File
@@ -113,7 +113,7 @@
return
/mob/new_player/Stat()
statpanel("Lobby")
statpanel("Status")
if(client.statpanel=="Lobby" && SSticker)
if(SSticker.hide_mode)
stat("Game Mode:", "Secret")
@@ -143,7 +143,7 @@
..()
statpanel("Status")
statpanel("Lobby")
/mob/new_player/Topic(href, href_list[])