Skip to content

Commit 63803b6

Browse files
committed
Fixed CS:GO offsets for mvps and clan_tag
1 parent ea4d2e2 commit 63803b6

File tree

1 file changed

+4
-4
lines changed
  • addons/source-python/data/source-python/entities/csgo

1 file changed

+4
-4
lines changed

addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ srv_check = False
5656
[instance_attribute]
5757

5858
[[mvps]]
59-
offset_windows = 9740
60-
offset_linux = 9764
59+
offset_windows = 9748
60+
offset_linux = 9772
6161
type = INT
6262

6363
[[clan_tag]]
64-
offset_windows = 8576
65-
offset_linux = 8600
64+
offset_windows = 8584
65+
offset_linux = 8608
6666
type = STRING_ARRAY
6767

6868

0 commit comments

Comments
 (0)