mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 07:39:57 +00:00
*/
This commit is contained in:
parent
905fa23d18
commit
0e4b7f85c4
@ -2434,7 +2434,7 @@ class Player{
|
||||
}
|
||||
|
||||
public function hasPermission($nodeName){
|
||||
return $this->isPermissionSet($nodeName) and */PermissionsAPI::hasPermission($nodeName, $this);
|
||||
return $this->isPermissionSet($nodeName) and PermissionsAPI::hasPermission($nodeName, $this);
|
||||
}
|
||||
|
||||
public function setPermission($nodeName, $boolean){
|
||||
|
Loading…
x
Reference in New Issue
Block a user