This commit is contained in:
recroom2016
2022-02-18 18:47:45 -05:00
parent c457ad7ce6
commit 4fe1d5751f
3 changed files with 7 additions and 3 deletions

View File

@@ -207,9 +207,9 @@ namespace server
{
File.WriteAllText("SaveData\\avatar.txt", text);
}
if (Url == "settings/v2")
if (Url == "settings/v2/")
{
s = Settings.GetPlayerSettings();
}
Console.WriteLine("API Response: " + s);
byte[] bytes = Encoding.UTF8.GetBytes(s);