[DivaWig] No longer require CTRL

This commit is contained in:
nastys
2020-03-13 02:13:18 +01:00
parent fb0c68a916
commit f8519e003c
@@ -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);