mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
okay
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user