mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
fix authorize issue on penalty info after upgrading .NET Core runtime targets
This commit is contained in:
@ -50,6 +50,8 @@ namespace SharedLibraryCore.Services
|
||||
NetworkId = entity.NetworkId
|
||||
};
|
||||
|
||||
|
||||
entity.CurrentServer.Logger.WriteDebug($"[create] adding {entity} to context");
|
||||
context.Clients.Add(client);
|
||||
|
||||
// they're just using a new GUID
|
||||
|
Reference in New Issue
Block a user