Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako committed Jun 30, 2021
1 parent 82f07d1 commit 006a5aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addons/main/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ if !(isNil "ace_interact_menu_fnc_addActionToClass") then {
GVAR(addingPlate) = false;
}, LLSTRING(addPlateToVest), {
param [0] params ["_player"];
(stance _player) != "PRONE" || {
[_player] call FUNC(canPressKey) || {
(stance _player) != "PRONE" && {
[_player] call FUNC(canPressKey) && {
[_player] call FUNC(canAddPlate)}}
}] call ace_common_fnc_progressBar
}, ["isNotInside"]] call ace_common_fnc_progressBar
}, {
params ["", "_player"];
(stance _player) != "PRONE" && {
Expand Down
2 changes: 1 addition & 1 deletion hemtt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template = "cba"
mainprefix = "z"
folder_optionals = true
sig_version = 3
version = "0.4.0"
version = "0.4.1"
exclude = [
"*.psd",
"*.png",
Expand Down

0 comments on commit 006a5aa

Please sign in to comment.