This commit is contained in:
Joaquin 2022-09-06 01:52:47 -06:00
parent e467bb596c
commit 5f73a7a915

View File

@ -55,7 +55,7 @@ namespace cheat::feature
if (f_Enabled) if (f_Enabled)
{ {
if (f_Hotkey.value().IsPressed() && !isSpeed) if (f_Hotkey.value().IsPressed())
{ {
if (currentSpeed == 1.0f) if (currentSpeed == 1.0f)
{ {