Skip to content

Commit

Permalink
Update preferences_savefile.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO committed Oct 3, 2023
1 parent c920c81 commit 35352aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_splurt/code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
directory_erptag = sanitize_inlist(directory_erptag, GLOB.char_directory_erptags, initial(directory_erptag))
directory_ad = strip_html_simple(directory_ad, MAX_FLAVOR_LEN)
stomppref = sanitize_integer(stomppref, 0, 1, initial(stomppref))
fuzzy = sanitize_integer(fuzzy, 0, 1, initial(fuzzy))
fuzzy = sanitize_integer(fuzzy, 0, 1, initial(fuzzy))

/datum/preferences/proc/splurt_character_pref_save(savefile/S) //TODO: modularize our other savefile edits... maybe?
//Character directory
Expand Down

0 comments on commit 35352aa

Please sign in to comment.