Skip to content

Commit 21dfcec

Browse files
committed
Fixed missing arguments for Player.run_command.
1 parent bf404c6 commit 21dfcec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

addons/source-python/data/source-python/entities/orangebox/CBasePlayer.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
[[post_think]]
1616
offset_linux = 340
1717
offset_windows = 339
18+
19+
# _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper
20+
[[run_command]]
21+
arguments = POINTER, POINTER

0 commit comments

Comments
 (0)