require minimum kills before recoil threshold evaluated

make sure edit configuration link on webfront visible when accessing via localhost
This commit is contained in:
RaidMax
2019-07-07 17:57:06 -05:00
parent 042327840f
commit 68f6be23a6
4 changed files with 5 additions and 17 deletions

View File

@ -163,7 +163,7 @@ namespace IW4MAdmin.Application.RconParsers
};
#if DEBUG
if (client.NetworkId < 1000)
if (client.NetworkId < 1000 && client.NetworkId > 0)
{
client.IPAddress = 2147483646;
client.Ping = 0;
@ -182,5 +182,4 @@ namespace IW4MAdmin.Application.RconParsers
return StatusPlayers;
}
}
}
}}