mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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
|
||||
*/
|
||||
public function getOPs(){
|
||||
public function getOps(){
|
||||
return $this->operators;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user