From fd7770d16799c87a2ac03471c682bf874b019db9 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 24 Jan 2015 23:29:39 +0100 Subject: [PATCH] new exception found ;) --- libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php | 1 + 1 file changed, 1 insertion(+) 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.':