mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
fix: error on updating game
This commit is contained in:
parent
eb3c774d47
commit
4e5e8487a4
|
|
@ -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}");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user