mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update parser selection menu text during setup
update IW4 script commands gsc and plugin to give base example fix issue with new account alias linking (I think)
This commit is contained in:
@ -28,7 +28,7 @@ namespace SharedLibraryCore.Services
|
||||
|
||||
if (existingAliases.Count > 0)
|
||||
{
|
||||
linkId = existingAliases.First().LinkId;
|
||||
linkId = existingAliases.OrderBy(_alias => _alias.LinkId).First().LinkId;
|
||||
|
||||
entity.CurrentServer.Logger.WriteDebug($"[create] client with new GUID {entity} has existing link {linkId}");
|
||||
|
||||
@ -50,7 +50,6 @@ namespace SharedLibraryCore.Services
|
||||
NetworkId = entity.NetworkId
|
||||
};
|
||||
|
||||
|
||||
entity.CurrentServer.Logger.WriteDebug($"[create] adding {entity} to context");
|
||||
context.Clients.Add(client);
|
||||
|
||||
|
Reference in New Issue
Block a user