Skip to content

Commit

Permalink
dedi customization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelrau committed Aug 26, 2024
1 parent 78eb2ac commit d0a43f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/component/dedicated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ namespace dedicated
// remove emblem stuff
utils::hook::set<uint8_t>(0x14003B9A0, 0xC3);

// remove customization xmodel stuff
utils::hook::set<uint8_t>(0x1405D0690, 0xC3);

// UI patches
utils::hook::set<uint8_t>(0x140615090, 0xC3); // LUI_CoD_Init
utils::hook::set<uint8_t>(0x140348A90, 0xC3); // CL_InitUI
Expand Down

0 comments on commit d0a43f0

Please sign in to comment.