mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Possible fix for ooc issues with remote-authed clients (#6841)
This commit is contained in:
@@ -352,6 +352,7 @@
|
||||
src.authed = FALSE
|
||||
var/mob/abstract/unauthed/m = new()
|
||||
m.client = src
|
||||
src.InitPrefs() //Init some default prefs
|
||||
return m
|
||||
//Do auth shit
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user