mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Removes double chat startup upon unauth login (#12175)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user