diff options
Diffstat (limited to 'ShiftOS_TheReturn/Localization.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Localization.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Localization.cs b/ShiftOS_TheReturn/Localization.cs index 2414bd9..22c5a60 100644 --- a/ShiftOS_TheReturn/Localization.cs +++ b/ShiftOS_TheReturn/Localization.cs @@ -128,7 +128,7 @@ namespace ShiftOS.Engine { try { - usernameReplace = SaveSystem.CurrentUser.Username; + usernameReplace = SaveSystem.CurrentSave.Username; } catch { |
