From 072120064f764eb15a9515e41c147297bf8e9fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Mon, 30 Jun 2014 23:20:02 +0200 Subject: [PATCH] updated dedi-api --- .../Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php b/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php index 7a18f09d..52800ba6 100755 --- a/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php +++ b/application/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php @@ -68,6 +68,8 @@ class FaultException extends Exception case 'Ladder mode unknown.': case 'You cannot change the max players count: AllowSpectatorRelays is activated.': case 'You cannot change the max spectators count: AllowSpectatorRelays is activated.': + case 'There are too many players': + case 'There are too many spectators': return new ServerOptionsException($faultString, $faultCode); case 'New mode unknown.': case 'You need to stop the server to change to/from script mode.':