Merge pull request #2295 from LukeDarling/patch-1

Fixed Server->getOps() capitalization
This commit is contained in:
Shoghi Cervantes 2014-11-19 13:10:03 +01:00
commit f55b0d0b45

View File

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