Skip to content

Commit

Permalink
UObjectHook: Various additions/improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 24, 2023
1 parent 42e3906 commit 6231332
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 60 deletions.
2 changes: 1 addition & 1 deletion shared/sdk/FName.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ std::wstring FName::to_string() const {

fn(this, &buffer);

if (buffer.data != nullptr) {
if (buffer.data != nullptr && buffer.count > 0) {
return buffer.data;
}

Expand Down
Loading

0 comments on commit 6231332

Please sign in to comment.