Minor Adjustments

This commit is contained in:
Michael Yoo 2013-11-25 18:05:21 +10:30
parent 698feccd54
commit eb7d8a3240

View File

@ -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
{