From 89325f9995c7b75bcb7b521c9da125330c2260cc Mon Sep 17 00:00:00 2001 From: Drifter Date: Thu, 31 May 2012 00:36:36 -0400 Subject: [PATCH] Fixed linux CTTeamScoreOffset and TTeamScoreOffset offsets for CS:GO. --- gamedata/sm-cstrike.games/game.csgo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/sm-cstrike.games/game.csgo.txt b/gamedata/sm-cstrike.games/game.csgo.txt index ab403652..b4570bcb 100644 --- a/gamedata/sm-cstrike.games/game.csgo.txt +++ b/gamedata/sm-cstrike.games/game.csgo.txt @@ -32,14 +32,14 @@ "CTTeamScoreOffset" { "windows" "97" - "linux" "117" + "linux" "124" } //Offset into CheckRestartRound //Only Windows/Linux for now. "TTeamScoreOffset" { "windows" "119" - "linux" "152" + "linux" "159" } //Offset into IncrementNumMVPs to find MVP count offset from player //Only Windows/Linux for now.