mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix sharedLoadouts check
This commit is contained in:
@ -24,7 +24,7 @@ if !(GVAR(allowDefaultLoadouts)) then {
|
||||
_buttonDefaultLoadoutsCtrl ctrlCommit 0;
|
||||
};
|
||||
|
||||
if !(GVAR(allowSharedLoadouts) || {isMultiplayer}) then {
|
||||
if !(GVAR(allowSharedLoadouts) && {isMultiplayer}) then {
|
||||
private _buttonShareLoadoutsCtrl = _display displayCtrl IDC_buttonSharedLoadouts;
|
||||
_buttonShareLoadoutsCtrl ctrlEnable false;
|
||||
_buttonShareLoadoutsCtrl ctrlCommit 0;
|
||||
|
Reference in New Issue
Block a user