added map exception
This commit is contained in:
parent
af01cf46c1
commit
41df9efdbf
@ -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.':
|
||||
|
Loading…
Reference in New Issue
Block a user