Skip to content

Commit b273887

Browse files
committed
Fixed buy_internal signature for CS:GO/Linux
1 parent 1c67702 commit b273887

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
@@ -12,7 +12,7 @@ srv_check = False
1212
[[buy_internal]]
1313
identifier_windows = 55 8B EC 83 E4 F8 81 EC 7C 01 00 00 53 56 57
1414
# indentifier_linux = _ZN9CCSPlayer26HandleCommand_Buy_InternalEPKcib
15-
identifier_linux = 55 89 E5 57 56 53 81 EC 9C 01 00 00 8B 5D 08 C7 44 24 04 00 00 00 00
15+
identifier_linux = 55 89 E5 57 56 53 81 EC 9C 01 00 00 0F B6 55 14
1616
arguments = STRING, INT, BOOL
1717
return_type = INT
1818

0 commit comments

Comments
 (0)