Fix TF2_MakeBleed using incorrect custom damage type (#1163)

This commit is contained in:
42 2020-02-09 01:39:47 +00:00 committed by GitHub
parent 1534f8749b
commit 1a71f4fbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ cell_t TF2_MakeBleed(IPluginContext *pContext, const cell_t *params)
int, // Damage amount
bool, // Permanent
int> // Custom Damage type (bleeding)
vstk(obj, pAttacker, NULL, sp_ctof(params[3]), 4, false, 32);
vstk(obj, pAttacker, NULL, sp_ctof(params[3]), 4, false, 34);
pWrapper->Execute(vstk, nullptr);
return 1;