mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 07:09:56 +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{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user