Skip to content

Commit

Permalink
fix: fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 1, 2023
1 parent 1c3f0cc commit 46745f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ll/api/event/player/PlayerChatEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
namespace ll::event::player {

/**
* @brief Player respawn event.
* @details This event is called when a player respawn.
* @brief Player chat event.
* @details This event is called when a player send a message.
*/
class PlayerChatEvent : public Cancellable<Event> {
public:
Expand Down

0 comments on commit 46745f0

Please sign in to comment.