1
0
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:
RaidMax
2020-01-26 14:08:53 -06:00
parent 8c3ea779f2
commit 48dd97b42d
3 changed files with 3 additions and 3 deletions

View File

@ -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)
{