mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-09-12 12:08:02 -05:00
Merge pull request #4 from NanderTGA/master
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