mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 10:56:35 +00:00
Fixed typo in OfflinePlayer
This commit is contained in:
parent
78f8d0280d
commit
7e4f862634
@ -62,7 +62,7 @@ class OfflinePlayer implements IPlayer{
|
|||||||
return $this->server->isOp(strtolower($this->getName()));
|
return $this->server->isOp(strtolower($this->getName()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public functiottOp($value){
|
public function setOp($value){
|
||||||
if($value === $this->isOp()){
|
if($value === $this->isOp()){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user