mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-09 19:08:59 +08:00
Prettify whitespace format
This commit is contained in:
parent
4142a34ebd
commit
d20a1084b4
@ -61,9 +61,9 @@ namespace cheat::feature
|
|||||||
override_cheat = true;
|
override_cheat = true;
|
||||||
|
|
||||||
const bool result = !f_Enabled || f_PacketReplacement || override_cheat ||
|
const bool result = !f_Enabled || f_PacketReplacement || override_cheat ||
|
||||||
(propType != PT::PROP_MAX_STAMINA &&
|
(propType != PT::PROP_MAX_STAMINA &&
|
||||||
propType != PT::PROP_CUR_PERSIST_STAMINA &&
|
propType != PT::PROP_CUR_PERSIST_STAMINA &&
|
||||||
propType != PT::PROP_CUR_TEMPORARY_STAMINA);
|
propType != PT::PROP_CUR_TEMPORARY_STAMINA);
|
||||||
|
|
||||||
if (propType == PT::PROP_MAX_STAMINA)
|
if (propType == PT::PROP_MAX_STAMINA)
|
||||||
override_cheat = false;
|
override_cheat = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user