mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 07:09:56 +00:00
Merge pull request #1440 from PEMapModder/cr-br-6
Fixed a typo at PermissibleBase
This commit is contained in:
commit
f668a41f57
@ -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