From 5f73a7a91518e71c6f9ef2928cc29e47469a3b61 Mon Sep 17 00:00:00 2001 From: Joaquin <67109235+Taiga74164@users.noreply.github.com> Date: Tue, 6 Sep 2022 01:52:47 -0600 Subject: [PATCH] Fixed #619 --- cheat-library/src/user/cheat/world/GameSpeed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-library/src/user/cheat/world/GameSpeed.cpp b/cheat-library/src/user/cheat/world/GameSpeed.cpp index c63c4c8..7e7df4c 100644 --- a/cheat-library/src/user/cheat/world/GameSpeed.cpp +++ b/cheat-library/src/user/cheat/world/GameSpeed.cpp @@ -55,7 +55,7 @@ namespace cheat::feature if (f_Enabled) { - if (f_Hotkey.value().IsPressed() && !isSpeed) + if (f_Hotkey.value().IsPressed()) { if (currentSpeed == 1.0f) {