From cc9ee573327895ac1c2d5a09facc084c0153207f Mon Sep 17 00:00:00 2001 From: Aaron M Date: Mon, 25 May 2020 13:41:09 +1200 Subject: [PATCH] Fix R-Tuned not enabling FFB for some users --- Game Files/R-Tuned.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game Files/R-Tuned.cpp b/Game Files/R-Tuned.cpp index 9c1e047..7e9df70 100644 --- a/Game Files/R-Tuned.cpp +++ b/Game Files/R-Tuned.cpp @@ -33,8 +33,8 @@ void RTuned::FFBLoop(EffectConstants* constants, Helpers* helpers, EffectTrigger if (LetsEnableFFB == 0x03) { - EnableFFB = true; helpers->WriteByte(0x8519C58, 0x07, false); + EnableFFB = true; } }