Merge pull request #338 from BenCat07/patch-4
Fix my gayness (compile error 😂)
This commit is contained in:
commit
242790ecc3
@ -214,7 +214,7 @@ void CreateMove()
|
||||
if (!amount)
|
||||
return;
|
||||
|
||||
cmd->command_number += amount;
|
||||
g_pUserCmd->command_number += amount;
|
||||
*(int*)((unsigned)g_IBaseClientState + offsets::lastoutgoingcommand()) +=
|
||||
amount;
|
||||
|
||||
|
Reference in New Issue
Block a user