Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Dec 14, 2023
1 parent a1000cb commit cb070b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 2.15.2
* Fixed ButtonConfigs with mouse keys were not correctly converted for the input changes in Valheim 0.217.38

## Version 2.15.1
* Fixed InputManager for Valheim 0.217.38

Expand Down
2 changes: 1 addition & 1 deletion JotunnLib/Utils/InputUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static Key KeyCodeToKey(KeyCode key)
case KeyCode.AltGr: return Key.AltGr;

default:
Logger.LogWarning($"Key {key} not found in new input system");
Logger.LogWarning($"Key {key} not found in the new input system");
return Key.None;
}
}
Expand Down

0 comments on commit cb070b0

Please sign in to comment.