diff --git a/RunZ.ahk b/RunZ.ahk index 8ca5130..09b32e7 100644 --- a/RunZ.ahk +++ b/RunZ.ahk @@ -437,7 +437,7 @@ ClickFunction: if (g_Conf.Config.ClickToRun) { - GoSub, RunCurrentCommand + RunCommand(g_CurrentCommand) } return