mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
-Fixed midis and ooc colour settings not saving.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@378 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -35,6 +35,8 @@ datum/preferences/proc/savefile_save(mob/user)
|
||||
F["underwear"] << src.underwear
|
||||
F["name_is_always_random"] << src.be_random_name
|
||||
F["UI"] << src.UI // Skie
|
||||
F["midis"] << src.midis // Urist
|
||||
F["ooccolor"] << src.ooccolor // Urist
|
||||
|
||||
return 1
|
||||
|
||||
@@ -88,6 +90,8 @@ datum/preferences/proc/savefile_load(mob/user, var/silent = 1)
|
||||
F["underwear"] >> src.underwear
|
||||
F["name_is_always_random"] >> src.be_random_name
|
||||
F["UI"] >> src.UI // Skie
|
||||
F["midis"] >> src.midis // Urist
|
||||
F["ooccolor"] >> src.ooccolor // Urist
|
||||
return 1
|
||||
|
||||
#undef SAVEFILE_VERSION_MAX
|
||||
|
||||
Reference in New Issue
Block a user