mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[MIRROR] Conversion of realname and nickname from bay (#12391)
Co-authored-by: Aura Dusklight <46622484+NovaDusklight@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Aura Dusklight
Kashargul
parent
1047b90c96
commit
aacdd1a4f2
@@ -80,7 +80,7 @@ var/list/gear_datums = list()
|
||||
if(pref.client)
|
||||
if(G.ckeywhitelist && !(pref.client_ckey in G.ckeywhitelist))
|
||||
return FALSE
|
||||
if(G.character_name && !(pref.real_name in G.character_name))
|
||||
if(G.character_name && !(pref.read_preference(/datum/preference/name/real_name) in G.character_name))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user