Skip to content

Commit

Permalink
fix: revert Value change
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Sep 19, 2024
1 parent 25dd328 commit 99799ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/RE/B/BSScriptUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -782,12 +782,6 @@ namespace RE::BSScript
return T();
}

if (!a_var.value.v) {
a_var.~Variable();
assert(false);
return T();
}

using value_type = typename T::value_type;

T out;
Expand Down

0 comments on commit 99799ea

Please sign in to comment.