added map exception

This commit is contained in:
Steffen Schröder 2014-06-21 22:36:20 +02:00
parent af01cf46c1
commit 41df9efdbf

View File

@ -62,6 +62,7 @@ class FaultException extends Exception
return new ChangeInProgressException($faultString, $faultCode);
case 'Incompatible map type.':
case 'Map not complete.':
case 'Map lightmap is not up to date.':
case 'The map doesn\'t match the server packmask.':
return new InvalidMapException($faultString, $faultCode);
case 'Ladder mode unknown.':