Skip to content

Commit

Permalink
Commentary updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanOff committed Jan 18, 2021
1 parent 63e0ca5 commit 8340e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions com/gaetan/staffpin/command/PinCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public PinCommand(final StaffPlugin staffPlugin, final ConfigManager configManag

/**
* Command to show the usage message.
* Note: This can only be used by a player with the pin permission
*
* @param context The command argument
*/
Expand All @@ -46,6 +47,7 @@ public void handleCommand(final Context<ConsoleCommandSender> context) {

/**
* Command to set your pin.
* Note: This can only be used by a player with the pin permission
*
* @param context The command argument
*/
Expand Down
2 changes: 1 addition & 1 deletion com/gaetan/staffpin/listener/PlayerListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void onQuit(final PlayerQuitEvent event) {

/**
* When a player with the pin permission talk in the chat
* Note: This is executed async so I have to resync it
* Note: This is listened async so I have to resync it
*/
@EventHandler
public void onChat(final AsyncPlayerChatEvent event) {
Expand Down

0 comments on commit 8340e50

Please sign in to comment.