Skip to content

Commit

Permalink
NPCBots: Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Nov 13, 2024
1 parent 6a447d5 commit 8999adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/AI/NpcBots/botdatamgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ struct NpcBotStats
struct NpcBotItemSet
{
public:
NpcBotItemSet() : items{}, name{} {}
NpcBotItemSet() : name{}, items{} {}

constexpr operator bool() const noexcept { return !empty(); }
constexpr bool empty() const noexcept { return items_count() == 0; }
Expand Down

0 comments on commit 8999adf

Please sign in to comment.