fix#2 for 'blank notification'

Another update on the fix for 'blank notification'
This commit is contained in:
clarky 2017-02-10 23:27:56 +00:00 committed by GitHub
parent d77ebfdde7
commit 44f604a45c

View File

@ -65,5 +65,5 @@ fnc_markerOff = {
};
}
forEach (allMissionObjects "Exile_Construction_Flag_Static");
["SuccessTitleAndText",["Base Markers toggled off."]] call ExileClient_gui_toaster_addTemplateToast;
["ErrorTitleAndText",["Base Markers toggled off."]] call ExileClient_gui_toaster_addTemplateToast;
};