Skip to content

Commit c89f0ba

Browse files
committed
Fixed signature for buy_internal (CS:GO, Windows)
1 parent df38359 commit c89f0ba

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ srv_check = False
1010
arguments = INT, BOOL, BOOL, STRING
1111

1212
[[buy_internal]]
13-
identifier_windows = 55 8B EC 83 E4 F8 81 EC 7C 01 00 00 53 56 57
13+
identifier_windows = 55 8B EC 83 E4 F8 83 EC 0C 53 56 57 6A 01
1414
# indentifier_linux = _ZN9CCSPlayer26HandleCommand_Buy_InternalEPKcib
1515
identifier_linux = 55 89 E5 83 EC 68 0F B6 55 14
1616
arguments = INT, STRING, BOOL

0 commit comments

Comments
 (0)