From eb7d8a32400c868c9102021bc4de4c0121a0bce1 Mon Sep 17 00:00:00 2001 From: Michael Yoo Date: Mon, 25 Nov 2013 18:05:21 +1030 Subject: [PATCH] Minor Adjustments --- src/API/PermissionsAPI.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/API/PermissionsAPI.php b/src/API/PermissionsAPI.php index b4780fd8f..72e05138f 100644 --- a/src/API/PermissionsAPI.php +++ b/src/API/PermissionsAPI.php @@ -85,9 +85,7 @@ class PermissionsAPI * Class Permission * * Each Permission object will be given a level in integer, and it will be this permission object that will be assigned to players. - * Not just an integer variable. - * - * Plugins can extend this to have their own Permissions assigned to players. + * Not just an integer variable. Plugins can extend this to have their own Permissions assigned to players. */ abstract class Permission {