diff --git a/UT4MasterServer/Controllers/Epic/CloudStorageController.cs b/UT4MasterServer/Controllers/Epic/CloudStorageController.cs index ab7dd969..a9534c79 100644 --- a/UT4MasterServer/Controllers/Epic/CloudStorageController.cs +++ b/UT4MasterServer/Controllers/Epic/CloudStorageController.cs @@ -76,7 +76,7 @@ public async Task GetFile(string id, string filename) playerID = account.ID; } - file = new CloudFile() { RawContent = Encoding.UTF8.GetBytes($"{{\"PlayerName\":\"{playerName}\",StatsID:\"{playerID}\",Version:0}}") }; + file = new CloudFile() { RawContent = Encoding.UTF8.GetBytes($"{{\"PlayerName\":\"{playerName}\",\"StatsID\":\"{playerID}\",\"Version\":0}}") }; } if (isStatsFile)