Fixed typo in OfflinePlayer

This commit is contained in:
Shoghi Cervantes 2014-10-29 11:42:29 +01:00
parent 78f8d0280d
commit 7e4f862634

View File

@ -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;
}