fixed an error message
This commit is contained in:
parent
ade276d17c
commit
e3aa9062a0
@ -537,7 +537,7 @@ class MapManager implements CallbackListener, CommunicationListener {
|
|||||||
try {
|
try {
|
||||||
$this->maniaControl->getClient()->saveMatchSettings($matchSettingsFileName);
|
$this->maniaControl->getClient()->saveMatchSettings($matchSettingsFileName);
|
||||||
} catch (FileException $e) {
|
} catch (FileException $e) {
|
||||||
Logger::logError("Unable to write the playlist file, please checkout your MX-Folders File permissions!");
|
Logger::logError("Unable to write the playlist file, please checkout your Matchsetting folder File permissions!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user