mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed Server->getOps() capitalization
I'm not 100% sure, but I believe this is how it's supposed to be.
This commit is contained in:
@ -1401,7 +1401,7 @@ class Server{
|
|||||||
/**
|
/**
|
||||||
* @return Config
|
* @return Config
|
||||||
*/
|
*/
|
||||||
public function getOPs(){
|
public function getOps(){
|
||||||
return $this->operators;
|
return $this->operators;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user