mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-31 08:37:14 +01:00
9 lines
341 B
Plaintext
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)
|