mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Generates parity between remote auth login chain and the normal login chain (#8802)
Fixes #8773 Fixes #7895
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/mob/living
|
||||
var/datum/psi_complexus/psi
|
||||
|
||||
/mob/living/Login()
|
||||
. = ..()
|
||||
/mob/living/LateLogin()
|
||||
..()
|
||||
if(psi)
|
||||
psi.update(TRUE)
|
||||
if(!psi.suppressed)
|
||||
|
||||
Reference in New Issue
Block a user