From f8519e003cc0c828419840bc617f36d4ea029a1f Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Fri, 13 Mar 2020 02:13:18 +0100 Subject: [PATCH] [DivaWig] No longer require CTRL --- source-code/source/plugins/DivaWig/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-code/source/plugins/DivaWig/dllmain.cpp b/source-code/source/plugins/DivaWig/dllmain.cpp index 892773b..6e72aaf 100644 --- a/source-code/source/plugins/DivaWig/dllmain.cpp +++ b/source-code/source/plugins/DivaWig/dllmain.cpp @@ -127,7 +127,7 @@ void hookedLoad(uint64_t* a1, unsigned int a2, __int64 a3) void inputLoop(__int64 a1) { - if (GetKeyState(VK_LCONTROL) < 0 || GetKeyState(VK_RCONTROL) < 0) + //if (GetKeyState(VK_CONTROL) < 0) { if (GetKeyState('0') < 0) setPartToUpdate(ALL, "Update all module parts!", 330); if (GetKeyState('1') < 0) setPartToUpdate(HAIR, "Only update the hair!", 440);