1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

more changes to the event management.

bots ip adjusted
This commit is contained in:
RaidMax
2018-07-01 19:30:38 -05:00
parent 104bdf590b
commit dd86087336
5 changed files with 69 additions and 42 deletions

View File

@ -119,7 +119,8 @@ namespace Application.RconParsers
if (P.IsBot)
{
P.IPAddress = P.ClientNumber + 1;
// set it to 127.0.0.2
P.IPAddress = 33554559;
}
StatusPlayers.Add(P);