Skip to content

Commit 64cf001

Browse files
committed
Fixed mvps and clan_tag for CS:GO CCSPlayer entity data.
1 parent 13f3a07 commit 64cf001

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

Diff for: addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ srv_check = False
5151
[instance_attribute]
5252

5353
[[mvps]]
54-
offset_windows = 9432
55-
offset_linux = 9456
54+
offset_windows = 9708
55+
offset_linux = 9732
5656
type = INT
5757

5858
[[clan_tag]]
59-
offset_windows = 8280
60-
offset_linux = 8304
59+
offset_windows = 8552
60+
offset_linux = 8576
6161
type = STRING_ARRAY
6262

6363

0 commit comments

Comments
 (0)