diff --git a/r5dev/rtech/rtech_game.cpp b/r5dev/rtech/rtech_game.cpp index 944eb1d3..3342594b 100644 --- a/r5dev/rtech/rtech_game.cpp +++ b/r5dev/rtech/rtech_game.cpp @@ -51,10 +51,10 @@ void HRtech_AsyncLoad(std::string svPakFileName) void RTech_Game_Attach() { - DetourAttach((LPVOID*)&RTech_UnloadAsset, &HRTech_UnloadAsset); + //DetourAttach((LPVOID*)&RTech_UnloadAsset, &HRTech_UnloadAsset); } void RTech_Game_Detach() { - DetourAttach((LPVOID*)&RTech_UnloadAsset, &HRTech_UnloadAsset); + //DetourAttach((LPVOID*)&RTech_UnloadAsset, &HRTech_UnloadAsset); }