From 9ddcd335afdf548332e6253aeee1092da1bf1b26 Mon Sep 17 00:00:00 2001 From: Vauff Date: Sat, 22 Oct 2022 10:30:33 -0400 Subject: [PATCH] Correct missed team offsets in CheckRestartRound (#1844) --- gamedata/sm-cstrike.games/game.csgo.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gamedata/sm-cstrike.games/game.csgo.txt b/gamedata/sm-cstrike.games/game.csgo.txt index a1a6eaee..71c9833c 100644 --- a/gamedata/sm-cstrike.games/game.csgo.txt +++ b/gamedata/sm-cstrike.games/game.csgo.txt @@ -39,16 +39,16 @@ //Offset into CheckRestartRound "CTTeamScoreOffset" { - "windows" "98" - "linux" "115" + "windows" "174" + "linux" "107" "linux64" "143" "mac64" "148" } //Offset into CheckRestartRound "TTeamScoreOffset" { - "windows" "125" - "linux" "148" + "windows" "201" + "linux" "140" "linux64" "174" "mac64" "177" }