Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhb committed Feb 9, 2022
2 parents abb2932 + 9508557 commit 3baf714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public HotPatcherEditor(ReadOnlyTargetRules Target) : base(Target)
"ENABLE_MULTI_COOKER=0",
"TOOL_NAME=\"HotPatcher\"",
"CURRENT_VERSION_ID=75",
"CURRENT_PATCH_ID=0",
"CURRENT_PATCH_ID=1",
"REMOTE_VERSION_FILE=\"https://imzlp.com/opensource/version.json\""
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ bool PreLoadPak(const FString& InPakPath,const FString& AesKey)

FSHAHash Hash;
FMemory::Memcpy(Hash.Hash,
#if ENGINE_MAJOR_VERSION == 4 && ENGINE_MINOR_VERSION > 23
#if ENGINE_MAJOR_VERSION == 4 && ENGINE_MINOR_VERSION >= 23
Info.IndexHash.Hash,
#else
Info.IndexHash,
Expand Down

0 comments on commit 3baf714

Please sign in to comment.