diff --git a/shared/sdk/UClass.cpp b/shared/sdk/UClass.cpp index d300b8d7..892eb0fc 100644 --- a/shared/sdk/UClass.cpp +++ b/shared/sdk/UClass.cpp @@ -644,5 +644,7 @@ UFunction* UStruct::find_function(std::wstring_view name) const { } } } + + return nullptr; } } \ No newline at end of file