Removes double chat startup upon unauth login (#12175)

This commit is contained in:
Matt Atlas
2021-08-31 18:05:15 +02:00
committed by GitHub
parent 15aaa4e873
commit da2723be30
2 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -71,8 +71,6 @@
player_age = client.player_age
client.chatOutput.start()
if(loc && !isturf(loc))
client.eye = loc
client.perspective = EYE_PERSPECTIVE
@@ -95,3 +93,5 @@
// Check code/modules/admin/verbs/antag-ooc.dm for definition
client.add_aooc_if_necessary()
client.chatOutput.start()