mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-09-26 10:57:17 -05:00
fix: error on updating game
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user