This commit is contained in:
boy0001
2015-08-01 04:31:50 +10:00
parent 222e4faf8b
commit 9b5958da31
5 changed files with 78 additions and 77 deletions

View File

@ -68,7 +68,7 @@ public enum Permissions {
}
}
if (notify) {
MainUtil.sendMessage(player, C.NO_PERMISSION, perm);
MainUtil.sendMessage(player, C.NO_PERMISSION_EVENT, perm);
}
return false;
}