Merge pull request #69466 from rune-scape/editor-help-crash-fix
Fix editor help crash
This commit is contained in:
commit
486d61b84f
@ -443,6 +443,10 @@ bool EditorHelpSearch::Runner::_phase_member_items_init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool EditorHelpSearch::Runner::_phase_member_items() {
|
bool EditorHelpSearch::Runner::_phase_member_items() {
|
||||||
|
if (!iterator_match) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
ClassMatch &match = iterator_match->value;
|
ClassMatch &match = iterator_match->value;
|
||||||
|
|
||||||
if (!match.doc || match.doc->name.is_empty()) {
|
if (!match.doc || match.doc->name.is_empty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user