Skip to content

Commit

Permalink
Updated HUD Extention to 1.5.53
Browse files Browse the repository at this point in the history
  • Loading branch information
expired6978 committed Oct 14, 2018
1 parent 08d2199 commit 259ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hudextension/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ bool SKSEPlugin_Query(const SKSEInterface * skse, PluginInfo * info)
_MESSAGE("loaded in editor, marking as incompatible");
return false;
}
else if(skse->runtimeVersion != RUNTIME_VERSION_1_5_50)
else if(skse->runtimeVersion != RUNTIME_VERSION_1_5_53)
{
_MESSAGE("unsupported runtime version %08X", skse->runtimeVersion);
return false;
Expand Down

0 comments on commit 259ff7e

Please sign in to comment.