chore(Core/Player): codestyle (#17841)

This commit is contained in:
Kitzunu
2023-11-24 16:52:36 +01:00
committed by GitHub
parent 86d704a514
commit 23606bcba0
2 changed files with 3 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ private:
void SendToOne(WorldPacket* data, ObjectGuid who);
void SendToAllWatching(WorldPacket* data);
bool ShouldAnnouncePlayer(const Player* pPlayer) const;
bool ShouldAnnouncePlayer(Player const* player) const;
[[nodiscard]] bool IsOn(ObjectGuid who) const { return playersStore.find(who) != playersStore.end(); }
[[nodiscard]] bool IsBanned(ObjectGuid guid) const;