diff options
| author | Michael <[email protected]> | 2017-05-01 15:23:46 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-01 15:23:46 -0400 |
| commit | 7532df70757ecbcaf735a5fc50eee282f555741a (patch) | |
| tree | bbf4c161697b390a96af01a36277c8dc4e52e1a0 /ShiftOS.Objects/Save.cs | |
| parent | b71cea249357eeb948f94894970a17078a9c5249 (diff) | |
| download | shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.gz shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.bz2 shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.zip | |
Replace most instances of "CurrentSave.Username"
Diffstat (limited to 'ShiftOS.Objects/Save.cs')
| -rw-r--r-- | ShiftOS.Objects/Save.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.Objects/Save.cs b/ShiftOS.Objects/Save.cs index 1adaf3b..4f91db7 100644 --- a/ShiftOS.Objects/Save.cs +++ b/ShiftOS.Objects/Save.cs @@ -34,7 +34,11 @@ namespace ShiftOS.Objects //Better to store this stuff server-side so we can do some neat stuff with hacking... public class Save { + + [Obsolete("This save variable is no longer used in Beta 2.4 and above of ShiftOS. Please use ShiftOS.Engine.SaveSystem.CurrentUser.Username to access the current user's username.")] public string Username { get; set; } + + public long Codepoints { get; set; } public Dictionary<string, bool> Upgrades { get; set; } public int StoryPosition { get; set; } |
