Fixes vore saving once and for all.

This commit is contained in:
Putnam
2020-10-06 01:02:47 -07:00
parent f44a3fa7b5
commit a1ea398283

View File

@@ -661,7 +661,7 @@
if(href_list["saveprefs"])
if(!(user.client?.prefs))
return FALSE
if(!user.client.prefs.save_character())
if(!user.copy_to_prefs_vr() || !user.client.prefs.save_character())
to_chat(user, "<span class='warning'>Belly Preferences not saved!</span>")
log_admin("Could not save vore prefs on USER: [user].")
else