small fix
This commit is contained in:
committed by
Steffen Schröder
parent
8275744fb2
commit
56ca076bec
@ -43,7 +43,11 @@ class RankingManager implements CallbackListener {
|
||||
* Initialize the Rankings
|
||||
*/
|
||||
public function onInit() {
|
||||
$this->maniaControl->client->triggerModeScriptEvent('LibXmlRpc_GetRankings', '');
|
||||
try {
|
||||
$this->maniaControl->client->triggerModeScriptEvent('LibXmlRpc_GetRankings', '');
|
||||
} catch(\Exception $e) {
|
||||
//do nothing
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user