diff --git a/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php b/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php index b19c0cd3..7a18f09d 100755 --- a/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php +++ b/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php @@ -62,6 +62,7 @@ class FaultException extends Exception return new ChangeInProgressException($faultString, $faultCode); case 'Incompatible map type.': case 'Map not complete.': + case 'Map lightmap is not up to date.': case 'The map doesn\'t match the server packmask.': return new InvalidMapException($faultString, $faultCode); case 'Ladder mode unknown.':