Skip to content

Commit 90c3e2b

Browse files
committed
Fix offset for SetName (CAUTION: Might be not work in other than cstrike)
1 parent 89524c2 commit 90c3e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/source-python/data/source-python/client/orangebox/CBaseClient.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# _ZN11CBaseClient7SetNameEPKc
66
[[set_name]]
77
offset_linux = 57
8-
offset_windows = 18
8+
offset_windows = 17
99
arguments = STRING

0 commit comments

Comments
 (0)