mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-19 03:56:05 +08:00
Fixed #619
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user