Skip to content

Commit 8cc003b

Browse files
committed
Game_Mod: Fix Bad Push in hk_SV_ClientCommand()
1 parent 50d914e commit 8cc003b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/game_mod/sv_client_mp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void __declspec(naked) hk_SV_ClientCommand()
101101
__asm
102102
{
103103
push 0
104-
push[esp + 4]
104+
push[esp + 8]
105105
push eax
106106
call SV_ClientCommand
107107
add esp, 0xC

0 commit comments

Comments
 (0)