apply cod4 rcon fix for waw too

This commit is contained in:
RaidMax 2023-04-10 14:44:58 -05:00
parent 5490d6b358
commit e8ab56cd9b

View File

@ -358,7 +358,7 @@ namespace Integrations.Cod
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
}