Skip to content

Commit

Permalink
Missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jul 10, 2023
1 parent 4a2a569 commit 06b71e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/sdk/UClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,7 @@ UFunction* UStruct::find_function(std::wstring_view name) const {
}
}
}

return nullptr;
}
}

0 comments on commit 06b71e4

Please sign in to comment.