mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-29 14:49: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){
|
||||
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;
|
||||
}else{
|
||||
@ -217,4 +217,4 @@ class PermissibleBase implements Permissible{
|
||||
public function getEffectivePermissions(){
|
||||
return $this->permissions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user