(2.5.3) Fix hand size

This commit is contained in:
nastys
2021-09-04 23:18:23 +02:00
parent eb17a30a06
commit f93dab0b9a
2 changed files with 2 additions and 2 deletions
@@ -369,7 +369,7 @@ class PatchApplier710 : public PatchApplier {
InjectCode((void*)0x0000000140120709, { 0xE9, 0x82, 0x0A, 0x00 });
}
// Default hand size
if (nDefaultHandSize > 0)
if (nDefaultHandSize != -1 && nDefaultHandSize != 0)
{
printf("[Patches] Changing default hand size...\n");
const float num = (float)nDefaultHandSize / 10000.0;