apply cod4 rcon fix for waw too
This commit is contained in:
parent
5490d6b358
commit
e8ab56cd9b
@ -358,7 +358,7 @@ namespace Integrations.Cod
|
|||||||
|
|
||||||
await ReceiveAndStoreSocketData(rconSocket, token, connectionState);
|
await ReceiveAndStoreSocketData(rconSocket, token, connectionState);
|
||||||
|
|
||||||
if (_parser.GameName == Server.Game.IW3)
|
if (_parser.GameName is Server.Game.IW3 or Server.Game.T4)
|
||||||
{
|
{
|
||||||
await Task.Delay(100, token); // CoD4x shenanigans
|
await Task.Delay(100, token); // CoD4x shenanigans
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user