This commit is contained in:
kevinz000
2019-12-15 00:36:20 -07:00
parent 600017f4e1
commit a4ffef5b1f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
//Errors go to user.
/proc/generate_custom_holoform_from_prefs_safe(datum/preferences/prefs, mob/user)
if(user)
if(user.prefs.last_custom_holoform < world.time + CUSTOM_HOLOFORM_DELAY)
if(user.client.prefs.last_custom_holoform < world.time + CUSTOM_HOLOFORM_DELAY)
return
return generate_custom_holoform_from_prefs(prefs, null, null, TRUE)