updated dedi-api

This commit is contained in:
Steffen Schröder 2014-06-30 23:20:02 +02:00
parent 1c94e2da27
commit 072120064f

View File

@ -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.':