Merge branch 'master' of github.com:PocketMine/PocketMine-MP

This commit is contained in:
Shoghi Cervantes 2014-11-20 21:46:14 +01:00
commit 05679c7872

View File

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