Update variables.sqf

This commit is contained in:
A Man
2022-05-27 09:49:18 +02:00
parent 979038c4dd
commit 7b3667c61e

View File

@@ -437,7 +437,9 @@ if (!isDedicated) then {
DZE_ENGLISH = 0;
DZE_GERMAN = 1;
DZE_HOTKEYS = [[DZE_ENGLISH,"STR_EPOCH_ENGLISH"], [DZE_GERMAN,"STR_EPOCH_GERMAN"]];
DZE_KEYBOARD = profileNamespace getVariable ["keyboardLayout", 0];
local _language = DZE_ENGLISH;
if (localize "STR_EPOCH_TUT_BUILD" == "Bauen") then {_language = DZE_GERMAN};
DZE_KEYBOARD = profileNamespace getVariable ["keyboardLayout", _language];
DZE_LEFT_HANDED = profileNamespace getVariable ["leftHanded", false];
DZE_Q = false;
DZE_Z = false;