Fixed cyborgs not getting their names at round start

This commit is contained in:
CitrusGender
2018-06-24 14:55:13 -04:00
committed by letterjay
parent 386bc528ea
commit d50ae43d7f
7 changed files with 9 additions and 11 deletions
@@ -232,7 +232,8 @@
if(custom_name)
changed_name = custom_name
if(changed_name == "" && client)
changed_name = client.prefs.custom_names["cyborg"]
rename_self(src, client)
return //built in camera handled in proc
if(!changed_name)
changed_name = get_standard_name()