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:
Luke Darling 2014-11-15 00:01:57 -05:00
parent 6796fca2b6
commit 00be3f0dd3

View File

@ -1401,7 +1401,7 @@ class Server{
/**
* @return Config
*/
public function getOPs(){
public function getOps(){
return $this->operators;
}