1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

apply cod4 rcon fix for waw too

This commit is contained in:
RaidMax 2023-04-10 14:44:58 -05:00
parent af1778ac7b
commit d64ab1ad0e

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
}