fix: error on updating game

This commit is contained in:
NanderTGA
2023-08-13 18:39:14 +02:00
parent eb3c774d47
commit 4e5e8487a4

View File

@@ -63,7 +63,7 @@ namespace OpenFK.OFK.Common
{
message = $"[{method}] {message}";
AppendLine(networkLogs[method], message);
AppendLine(networkLogs["ALL"], message);
AppendLine(networkLogs["All"], message);
LogGeneral($"[Network] {message}");
}
}