Files
S.P.L.U.R.T-Station-13/modular_sand/code/modules/client/preferences_savefile.dm
T

9 lines
341 B
Plaintext

/datum/preferences/update_character(current_version, savefile/S)
. = ..()
if(current_version < 48.5) //need to rewrite languages into a list, not being a list or null
if(isnull(language)) //causes it to block preferences panel to be blocked and constant runtimes
language = list()
else
var/tmp = language
language = list(tmp)