mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-29 22:59:59 +00:00
Fixed a typo
(Is this really a typo? But it seems so...)
This commit is contained in:
parent
59392ac4e9
commit
92169f4288
@ -69,7 +69,7 @@ class PermissibleBase implements Permissible{
|
|||||||
*/
|
*/
|
||||||
public function setOp($value){
|
public function setOp($value){
|
||||||
if($this->opable === null){
|
if($this->opable === null){
|
||||||
trigger_error("Cannot change ip value as no ServerOperator is set", E_USER_WARNING);
|
trigger_error("Cannot change op value as no ServerOperator is set", E_USER_WARNING);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}else{
|
}else{
|
||||||
@ -217,4 +217,4 @@ class PermissibleBase implements Permissible{
|
|||||||
public function getEffectivePermissions(){
|
public function getEffectivePermissions(){
|
||||||
return $this->permissions;
|
return $this->permissions;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user