Skip to content

Commit

Permalink
remove manual breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed Jun 23, 2023
1 parent 02e0c9f commit dbca3d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions UniversalPropertyEnhancer/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,17 @@

void Initialize()
{
ManualBreakpoint();

UniversalPropertyReplacement::Inititalize();
UniversalPropertyPostInit::Inititalize();
CheatManager.AddCheat("VerifyUPE", new VerificationCheat());
}

void Dispose()
{
// This method is called when the game is closing
}

void AttachDetours()
{
//ManualBreakpoint();
// Call the attach() method on any detours you want to add
// For example: cViewer_SetRenderType_detour::attach(GetAddress(cViewer, SetRenderType));
UniversalPropertyReplacement::AttachDetours();
UniversalPropertyPostInit::AttachDetours();
PaletteIcons::AttachDetours();
Expand Down

0 comments on commit dbca3d6

Please sign in to comment.