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:
parent
af1778ac7b
commit
d64ab1ad0e
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user