Update PermissionCheckEvent.java

This commit is contained in:
weaondara 2013-03-31 12:30:46 +03:00
parent 5de8ac89e5
commit a316d6ccdc

View File

@ -23,6 +23,10 @@ public class PermissionCheckEvent extends Event
* The command sender being checked for a permission.
*/
private final CommandSender sender;
/**
* The permission to check.
*/
private final String permission;
/**
* The outcome of this permission check.
*/