Prettify whitespace format

This commit is contained in:
Andrei Abrudan 2022-06-30 21:19:32 +01:00
parent 835e177d8c
commit 488bd9a8bf

View File

@ -61,9 +61,9 @@ namespace cheat::feature
override_cheat = true;
const bool result = !f_Enabled || f_PacketReplacement || override_cheat ||
(propType != PT::PROP_MAX_STAMINA &&
propType != PT::PROP_CUR_PERSIST_STAMINA &&
propType != PT::PROP_CUR_TEMPORARY_STAMINA);
(propType != PT::PROP_MAX_STAMINA &&
propType != PT::PROP_CUR_PERSIST_STAMINA &&
propType != PT::PROP_CUR_TEMPORARY_STAMINA);
if (propType == PT::PROP_MAX_STAMINA)
override_cheat = false;