diff --git a/cpp/LunaHook/LunaHook/engine32/Pal.cpp b/cpp/LunaHook/LunaHook/engine32/Pal.cpp index dbe04c54..21f92aa2 100644 --- a/cpp/LunaHook/LunaHook/engine32/Pal.cpp +++ b/cpp/LunaHook/LunaHook/engine32/Pal.cpp @@ -253,7 +253,6 @@ namespace bool InsertPalHook() // use Old Pal first, which does not have ruby { - PcHooks::hookOtherPcFunctions(); auto succ = false; for (auto func : {"PalSpriteCreateTextEx", "PalSpriteCreateText", "PalFontDrawText"}) {