Update clan tag and team score offsets for cstrike ext on OS X.

This commit is contained in:
Scott Ehlert 2014-06-01 16:47:49 -05:00
parent 4c7cf6ce06
commit 3c89f2b1c2

View File

@ -33,21 +33,21 @@
{
"windows" "24"
"linux" "29"
"mac" "29"
"mac" "18"
}
//Offset into CheckWinLimit to find CT team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
"CTTeamScoreOffset"
{
"windows" "18"
"linux" "27"
"mac" "466"
"mac" "205"
}
//Offset into CheckWinLimit to find T team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
"TTeamScoreOffset"
{
"windows" "56"
"linux" "38"
"mac" "481"
"mac" "216"
}
}
"Signatures"