aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Server')
-rw-r--r--ShiftOS.Server/SaveManager.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/ShiftOS.Server/SaveManager.cs b/ShiftOS.Server/SaveManager.cs
index baf5b64..3ea8a28 100644
--- a/ShiftOS.Server/SaveManager.cs
+++ b/ShiftOS.Server/SaveManager.cs
@@ -184,17 +184,6 @@ namespace ShiftOS.Server
}
catch { }
- try
- {
- //Update the shiftos website with the user's codepoints.
- if (!string.IsNullOrWhiteSpace(sav.UniteAuthToken))
- {
- var wreq = WebRequest.Create(UserConfig.Get().UniteUrl + "/API/SetCodepoints/" + sav.Codepoints.ToString());
- wreq.Headers.Add("Authentication: Token " + sav.UniteAuthToken);
- wreq.GetResponse();
- }
- }
- catch { }
}