mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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()));
|
||||
}
|
||||
|
||||
public functiottOp($value){
|
||||
public function setOp($value){
|
||||
if($value === $this->isOp()){
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user