Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer committed Nov 19, 2024
1 parent 72a5173 commit 853598a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import net.md_5.bungee.api.plugin.Event;

/**
* Called when the player enters Configuration mode
* Called when the player enters or leaves configuration mode
*/
@Data
@AllArgsConstructor
Expand All @@ -17,7 +17,7 @@
public class PlayerConfigurationEvent extends Event
{
/**
* The player that has entered the config mode
* The player that has entered or left the configuration mode
*/
private final ProxiedPlayer player;
/**
Expand Down

0 comments on commit 853598a

Please sign in to comment.