Skip to content

Commit

Permalink
Merge pull request #177 from BUTR/dev
Browse files Browse the repository at this point in the history
v2.1.4 #2
  • Loading branch information
Aragas authored Jun 18, 2022
2 parents 5b60755 + 19de599 commit 95795bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public override IReadOnlyList<HotKeyBase> Build()
var hotKeyCategoryContainer = new HotKeyCategoryContainer(_subModName, _hotKeys);

#if e172
TWHotKeyManager.Initialize(new PlatformFilePath(EngineFilePaths.ConfigsPath, "BannerlordGameKeys.xml"), new List<GameKeyContext> { hotKeyCategoryContainer }, true);
TWHotKeyManager.Initialize(new PlatformFilePath(EngineFilePaths.ConfigsPath, "BannerlordGameKeys.xml"), new List<TaleWorlds.InputSystem.GameKeyContext> { hotKeyCategoryContainer }, true);
#elif e180
TWHotKeyManager.Initialize(new PlatformFilePath(EngineFilePaths.ConfigsPath, "BannerlordGameKeys.xml"), true);
#endif
Expand Down

0 comments on commit 95795bc

Please sign in to comment.