new exception found ;)

This commit is contained in:
kremsy 2015-01-24 23:29:39 +01:00
parent 8c54b3d6fc
commit fd7770d167

View File

@ -72,6 +72,7 @@ class FaultException extends Exception
case 'You cannot change the max spectators 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 players':
case 'There are too many spectators': case 'There are too many spectators':
case 'Unknown hideserver value':
return new ServerOptionsException($faultString, $faultCode); return new ServerOptionsException($faultString, $faultCode);
case 'New mode unknown.': case 'New mode unknown.':
case 'You need to stop the server to change to/from script mode.': case 'You need to stop the server to change to/from script mode.':