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