mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: remove VEH for now, yet again
This commit is contained in:
parent
d8e92dd9a9
commit
057052e12c
1 changed files with 3 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
|
|||
|
||||
// ============================== VEH ======================================== //
|
||||
|
||||
/*
|
||||
printf("Initializing VEH... ");
|
||||
if(is_running_on_linux())
|
||||
{
|
||||
|
|
@ -84,6 +85,7 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
|
|||
printf("Done!\n");
|
||||
else printf("Failed!\n");
|
||||
}
|
||||
*/
|
||||
|
||||
// =========================================================================== //
|
||||
|
||||
|
|
@ -106,7 +108,7 @@ BOOL APIENTRY DllMain(const HMODULE hModule, const DWORD dwReason, LPVOID lpRese
|
|||
g_hModule = hModule;
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
veh::remove_handler();
|
||||
//veh::remove_handler();
|
||||
break;
|
||||
}
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue