mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
fix nuget package version for scriptcommands
fix only one server being added during setup
This commit is contained in:
@ -23,7 +23,7 @@ namespace WebfrontCore.Controllers.API
|
||||
public IActionResult ClientInfo(string networkId)
|
||||
{
|
||||
var clientInfo = Manager.GetActiveClients()
|
||||
.FirstOrDefault(c => c.NetworkId == networkId.ConvertGuidToLong());
|
||||
.FirstOrDefault(c => c.NetworkId == networkId.ConvertGuidToLong(System.Globalization.NumberStyles.HexNumber));
|
||||
|
||||
if (clientInfo != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user