Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Oct 22, 2023
1 parent 256e9d6 commit 077779e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c-api/cache/CachedPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ namespace cache
return false;
}

bool ClearClothes(uint8_t component) override {}
bool ClearClothes(uint8_t component) override {
return false;
}

std::vector<alt::DlcCloth> _dlcClothes = {};
alt::DlcCloth GetDlcClothes(uint8_t component) const override {
Expand Down

0 comments on commit 077779e

Please sign in to comment.