Skip to content

Commit

Permalink
Fix typo and build
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Aug 21, 2024
1 parent 4091bc5 commit 45076be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/BattleGround/BattleGroundSA.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BattleGroundSA : public BattleGround
void AddPlayer(Player* plr) override;

/* Scorekeeping */
UpdatePlayerScore(Player* source, uint32 type, uint32 value) override;
void UpdatePlayerScore(Player* source, uint32 type, uint32 value) override;

private:
};
Expand Down

0 comments on commit 45076be

Please sign in to comment.