Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static function create($faultString, $faultCode)
case 'Map not complete.':
case 'Map corrupted.':
case 'Map lightmap is not up to date.':
case 'Map lightmap is not up to date. (will still load for now)':
case 'The map doesn\'t match the server packmask.':
return new InvalidMapException($faultString, $faultCode);
case 'Ladder mode unknown.':
Expand All @@ -88,6 +89,7 @@ static function create($faultString, $faultCode)
case 'Unable to write the guest list file.':
case 'Unable to write the playlist file.':
case 'Could not save file.':
case 'couldn\'t write file.':
case 'Map unknown.':
case 'The playlist file does not exist.':
case 'Invalid url or file.':
Expand Down