From 15d0c73786bc0fdc683c649a3e052002fb1838f3 Mon Sep 17 00:00:00 2001 From: Lukas Kremsmayr Date: Thu, 16 Mar 2017 18:19:55 +0100 Subject: [PATCH 1/2] Update FaultException.php added a found exception --- libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php b/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php index cdbc84c..d3d8745 100644 --- a/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php +++ b/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php @@ -88,6 +88,7 @@ static function create($faultString, $faultCode) case 'Unable to write the guest list file.': case 'Unable to write the playlist file.': case 'Could not save file.': + case 'couldn\'t write file.': case 'Map unknown.': case 'The playlist file does not exist.': case 'Invalid url or file.': From d46c9c4d2a119e3bcf9da4e3df1359ff277a20ad Mon Sep 17 00:00:00 2001 From: Lukas Kremsmayr Date: Fri, 31 Mar 2017 21:36:05 +0200 Subject: [PATCH 2/2] Update FaultException.php added exception --- libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php b/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php index d3d8745..167bf29 100644 --- a/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php +++ b/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php @@ -67,6 +67,7 @@ static function create($faultString, $faultCode) case 'Map not complete.': case 'Map corrupted.': case 'Map lightmap is not up to date.': + case 'Map lightmap is not up to date. (will still load for now)': case 'The map doesn\'t match the server packmask.': return new InvalidMapException($faultString, $faultCode); case 'Ladder mode unknown.':