diff --git a/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php b/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php index 785eea78..c3e37d7b 100755 --- a/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php +++ b/libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php @@ -72,6 +72,7 @@ class FaultException extends Exception case 'You cannot change the max spectators count: AllowSpectatorRelays is activated.': case 'There are too many players': case 'There are too many spectators': + case 'Unknown hideserver value': return new ServerOptionsException($faultString, $faultCode); case 'New mode unknown.': case 'You need to stop the server to change to/from script mode.':