aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Skin Loader.cs
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-05-28 14:44:08 -0400
committerRylan/wowmom98 <[email protected]>2017-05-28 14:44:24 -0400
commitc7ba7d733c756d196f98dd4533289a1ef4db715f (patch)
tree59cb532e15ebff313fdba2be264d78ec0033f407 /ShiftOS.WinForms/Applications/Skin Loader.cs
parent9914c18456a0c08019e778479ce727ac937b1e57 (diff)
downloadshiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.gz
shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.bz2
shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.zip
un obsoleting
Diffstat (limited to 'ShiftOS.WinForms/Applications/Skin Loader.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Skin Loader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Skin Loader.cs b/ShiftOS.WinForms/Applications/Skin Loader.cs
index 90b05a1..e4f0597 100644
--- a/ShiftOS.WinForms/Applications/Skin Loader.cs
+++ b/ShiftOS.WinForms/Applications/Skin Loader.cs
@@ -306,7 +306,7 @@ namespace ShiftOS.WinForms.Applications
System.IO.Directory.CreateDirectory(Paths.SharedFolder + "\\skins");
}
- string path = Paths.SharedFolder + "\\skins\\" + SaveSystem.CurrentSave.Username + "-" + fname;
+ string path = Paths.SharedFolder + "\\skins\\" + SaveSystem.CurrentUser.Username + "-" + fname;
System.IO.File.WriteAllText(path, JsonConvert.SerializeObject(LoadedSkin));
})));