change method visibility
This commit is contained in:
parent
e9d3445076
commit
74124686b5
@ -373,7 +373,7 @@ class MapManager implements CallbackListener {
|
|||||||
*
|
*
|
||||||
* @return Map
|
* @return Map
|
||||||
*/
|
*/
|
||||||
public function fetchCurrentMap() {
|
private function fetchCurrentMap() {
|
||||||
$rpcMap = $this->maniaControl->client->getCurrentMapInfo();
|
$rpcMap = $this->maniaControl->client->getCurrentMapInfo();
|
||||||
|
|
||||||
if (array_key_exists($rpcMap->uId, $this->maps)) {
|
if (array_key_exists($rpcMap->uId, $this->maps)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user