Skip to content

Commit

Permalink
Fix issues with shop summary
Browse files Browse the repository at this point in the history
  • Loading branch information
netniV committed Feb 8, 2025
1 parent 3be2b32 commit c8208f3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mods/src/patches/parts/misc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,6 @@ void InstallTempCrashFixes()
if (!shop_summary_director.HasClass()) {
ErrorMsg::MissingHelper("Shop", "ShopSummaryDirector");
} else {
auto shop_method = shop_summary_director.GetMethod("Start");
if (shop_method == nullptr) {
ErrorMsg::MissingMethod("ShopSummaryDirectory", "Start");
} else {
SPUD_STATIC_DETOUR(shop_method, ShopSummaryDirectorCtr);
}

shop_method = shop_summary_director.GetMethod("GoBackBehaviour");
if (shop_method == nullptr) {
ErrorMsg::MissingMethod("ShopSummaryDirectory", "GoBackBehaviour");
Expand Down

0 comments on commit c8208f3

Please sign in to comment.