Skip to content

Commit

Permalink
fix: bump required vr addresslib version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlayaN committed Oct 30, 2024
1 parent 8252889 commit ce50d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XSEPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ bool Load()
}

if (REL::Module::IsVR()) {
REL::IDDatabase::get().IsVRAddressLibraryAtLeastVersion("0.155.0", true);
REL::IDDatabase::get().IsVRAddressLibraryAtLeastVersion("0.158.0", true);
}

auto messaging = SKSE::GetMessagingInterface();
Expand Down

0 comments on commit ce50d9d

Please sign in to comment.