Skip to content

Commit

Permalink
Fix #169
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Aug 15, 2022
1 parent f099532 commit 6a9386d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R3nzSkin/Hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void Hooks::init() const noexcept
change_skin_for_object(minion, cheatManager.config->current_ward_skin_index);
}
continue;
}
} else if (hash == FNV("DominationScout")) continue;
change_skin_for_object(minion, owner->get_character_data_stack()->base_skin.skin);
} else {
// Just LocalPlayer
Expand Down

0 comments on commit 6a9386d

Please sign in to comment.