change method visibility
This commit is contained in:
parent
e9d3445076
commit
74124686b5
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user