mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 12:41:56 +03:00
05fa3e6a9a
Vanilla commit: https://github.com/DayZMod/DayZ/commit/e9b21a7e796417b783d661fab053676d164d723b @icomrade we forgot to refresh keyboard_keys after the player changes their controls in-game. The keyhandler was still using the old keyboard_keys array since it is only set once at login time. The new keys they set in-game wouldn't work until they relogged.