From 44f604a45c397576d02ed903f57101d6838ac449 Mon Sep 17 00:00:00 2001 From: clarky Date: Fri, 10 Feb 2017 23:27:56 +0000 Subject: [PATCH] fix#2 for 'blank notification' Another update on the fix for 'blank notification' --- BaseMarker_ExAd/BaseMarker/onLoad.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseMarker_ExAd/BaseMarker/onLoad.sqf b/BaseMarker_ExAd/BaseMarker/onLoad.sqf index c3b88df..5ceec2c 100644 --- a/BaseMarker_ExAd/BaseMarker/onLoad.sqf +++ b/BaseMarker_ExAd/BaseMarker/onLoad.sqf @@ -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; };