Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Fix #261
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Nov 18, 2022
1 parent ef3972c commit 03ad48c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R3nzSkin/Hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,9 @@ void Hooks::init() noexcept
else
changeSkinForObject(minion, cheatManager.config->current_ward_skin_index);
}
} else if (hash != FNV("DominationScout"))
changeSkinForObject(minion, owner->get_character_data_stack()->base_skin.skin);
} else if (hash == FNV("SRU_Jungle_Companions") || hash == FNV("DominationScout"))
continue;
changeSkinForObject(minion, owner->get_character_data_stack()->base_skin.skin);
continue;
}

Expand Down

0 comments on commit 03ad48c

Please sign in to comment.