Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ srv_check = False
# break
# print('Offset of Player.assists is:', offset)
[[assists]]
offset_windows = 3204
offset_linux = 3228
offset_windows = 4024
offset_linux = 4048
type = INT


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ srv_check = False
[instance_attribute]

[[mvps]]
offset_windows = 12252
offset_linux = 12276
offset_windows = 12272
offset_linux = 12296
type = INT

[[score]]
offset_windows = 12300
offset_linux = 12324
offset_windows = 12312
offset_linux = 12336
type = INT

[[clan_tag]]
offset_windows = 10220
offset_linux = 10244
offset_windows = 10240
offset_linux = 10264
type = STRING_ARRAY


Expand Down