fix: error on updating game

This commit is contained in:
NanderTGA 2023-08-13 18:39:14 +02:00
parent eb3c774d47
commit 4e5e8487a4
No known key found for this signature in database
GPG Key ID: 387081A6AADB0C8D

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}");
}
}