Update variables.sqf

This commit is contained in:
worldwidesorrow
2020-04-21 14:31:58 -05:00
committed by GitHub
parent 30e530dbae
commit f768226065

View File

@@ -483,6 +483,7 @@ if (!isDedicated) then {
dayz_animalDistance = 600; // Used to calculate the distance from players that animals should spawn and be deleted.
// Epoch Additions
DZE_UI = profileNamespace getVariable ["statusUI",1];
dayz_combination = "";
keypadCancel = false; //Brute force fix
keyPadReset = {uiSleep 2; keypadCancel = false;};