diff --git a/src/Components/Modules/Slowmotion.cpp b/src/Components/Modules/Slowmotion.cpp index 41b592db..7a1bce89 100644 --- a/src/Components/Modules/Slowmotion.cpp +++ b/src/Components/Modules/Slowmotion.cpp @@ -74,12 +74,12 @@ namespace Components } } - void SlowMotion::DrawConnectionInterruptedStub(int a1) + void SlowMotion::DrawConnectionInterruptedStub(int /*a1*/) { - if (!*reinterpret_cast(0x1AD8ED0) && !*reinterpret_cast(0x1AD8EEC) && !*reinterpret_cast(0x1AD78F8)) - { - Utils::Hook::Call(0x454A70)(a1); - } +// if (!*reinterpret_cast(0x1AD8ED0) && !*reinterpret_cast(0x1AD8EEC) && !*reinterpret_cast(0x1AD78F8)) +// { +// Utils::Hook::Call(0x454A70)(a1); +// } } SlowMotion::SlowMotion()