Merge pull request #338 from BenCat07/patch-4

Fix my gayness (compile error 😂)
This commit is contained in:
nullifiedcat 2018-01-25 23:35:13 +03:00 committed by GitHub
commit 242790ecc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ void CreateMove()
if (!amount) if (!amount)
return; return;
cmd->command_number += amount; g_pUserCmd->command_number += amount;
*(int*)((unsigned)g_IBaseClientState + offsets::lastoutgoingcommand()) += *(int*)((unsigned)g_IBaseClientState + offsets::lastoutgoingcommand()) +=
amount; amount;