1
0
mirror of https://github.com/amalthea-mc/ShopChest.git synced 2025-03-11 23:44:10 +00:00

Fixed javadoc of ShopReloadEvent

This commit is contained in:
Eric 2016-07-13 16:19:18 +02:00
parent 5ac136ffcc
commit 330b671cfe

@ -19,7 +19,7 @@ public class ShopReloadEvent extends Event implements Cancellable {
}
/**
* @return Player who is involved in this event
* @return Sender, who caused the reload ({@link org.bukkit.entity.Player} or {@link org.bukkit.command.ConsoleCommandSender})
*/
public CommandSender getSender() {
return sender;