change method visibility

This commit is contained in:
Steffen Schröder 2014-02-19 16:59:27 +01:00
parent e9d3445076
commit 74124686b5

View File

@ -373,7 +373,7 @@ class MapManager implements CallbackListener {
*
* @return Map
*/
public function fetchCurrentMap() {
private function fetchCurrentMap() {
$rpcMap = $this->maniaControl->client->getCurrentMapInfo();
if (array_key_exists($rpcMap->uId, $this->maps)) {