mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
veh clean up and more log info
This commit is contained in:
parent
803b61a5a9
commit
ff5dc1fa04
3 changed files with 184 additions and 96 deletions
|
|
@ -47,9 +47,10 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
|
|||
|
||||
// ============================== VEH ======================================== //
|
||||
|
||||
printf("Initializing VEH... ");
|
||||
if (veh::add_handler())
|
||||
printf("VEH Installed\n");
|
||||
else printf("Failed to Install VEH\n");
|
||||
printf("Done!\n");
|
||||
else printf("Failed!\n");
|
||||
|
||||
// =========================================================================== //
|
||||
|
||||
|
|
@ -72,7 +73,6 @@ BOOL APIENTRY DllMain(const HMODULE hModule, const DWORD dwReason, LPVOID lpRese
|
|||
g_hModule = hModule;
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
// remove the VEH on unload
|
||||
veh::remove_handler();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue