Toggle modules standardization (#5558)

* Change toggle modules messages to be the same as others

* Fix _ui_toggleNvg capitalization
This commit is contained in:
Josuan Albin 2017-09-27 02:36:36 +02:00 committed by PabstMirror
parent 430c136a61
commit 240a078dde
2 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,7 @@ private _fnc_errorAndClose = {
params ["_msg"];
_display closeDisplay 0;
deleteVehicle _logic;
[_msg] call EFUNC(common,displayTextStructured);
[_msg] call FUNC(showMessage);
breakOut "Main";
};
@ -106,6 +106,7 @@ private _fnc_onUnload = {
private _logic = GETMVAR(BIS_fnc_initCuratorAttributes_target,objnull);
if (isNull _logic) exitWith {};
deleteVehicle _logic;
};
private _fnc_onConfirm = {

View File

@ -36,7 +36,7 @@ private _fnc_errorAndClose = {
params ["_msg"];
_display closeDisplay 0;
deleteVehicle _logic;
[_msg] call EFUNC(common,displayTextStructured);
[_msg] call FUNC(showMessage);
breakOut "Main";
};
@ -97,6 +97,7 @@ private _fnc_onUnload = {
private _logic = GETMVAR(BIS_fnc_initCuratorAttributes_target,objnull);
if (isNull _logic) exitWith {};
deleteVehicle _logic;
};
private _fnc_onConfirm = {