Skip to content

Commit

Permalink
Update src/client/protocolgameparse.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Luan Luciano <[email protected]>
  • Loading branch information
kokekanon and luanluciano93 authored Nov 8, 2024
1 parent ec50c06 commit 9817d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/protocolgameparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,7 @@ void ProtocolGame::parseOpenOutfitWindow(const InputMessagePtr& msg) const
}
}

outfitList.emplace_back(outfitId, outfitName, outfitAddons,outfitMode);
outfitList.emplace_back(outfitId, outfitName, outfitAddons, outfitMode);
}
} else {
uint16_t outfitStart;
Expand Down

0 comments on commit 9817d8f

Please sign in to comment.