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 {