mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +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:
parent
6796fca2b6
commit
00be3f0dd3
@ -1401,7 +1401,7 @@ class Server{
|
|||||||
/**
|
/**
|
||||||
* @return Config
|
* @return Config
|
||||||
*/
|
*/
|
||||||
public function getOPs(){
|
public function getOps(){
|
||||||
return $this->operators;
|
return $this->operators;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user