Skip to content

Commit

Permalink
fixed certain prop files being un-postinit-able
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed Feb 21, 2020
1 parent b1ed86b commit b5d28bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniversalPropertyEnhancer/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
ModAPI::AddPostInitFunction(Initialize);
ModAPI::AddInitFunction(Initialize);
ModAPI::AddDisposeFunction(Dispose);

PrepareDetours(hModule);
Expand Down

0 comments on commit b5d28bb

Please sign in to comment.