Merge pull request #69466 from rune-scape/editor-help-crash-fix
Fix editor help crash
This commit is contained in:
commit
486d61b84f
1 changed files with 4 additions and 0 deletions
|
@ -443,6 +443,10 @@ bool EditorHelpSearch::Runner::_phase_member_items_init() {
|
|||
}
|
||||
|
||||
bool EditorHelpSearch::Runner::_phase_member_items() {
|
||||
if (!iterator_match) {
|
||||
return true;
|
||||
}
|
||||
|
||||
ClassMatch &match = iterator_match->value;
|
||||
|
||||
if (!match.doc || match.doc->name.is_empty()) {
|
||||
|
|
Loading…
Reference in a new issue