mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
apply cod4 rcon fix for waw too
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user