From c1933293c1bb5347f6214b794f3fab42685760c9 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Thu, 30 Jun 2016 22:41:33 -0500 Subject: [PATCH] this commit didn't happen. It was always like this --- @ExileServer/addons/a3_dms/config.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index dfe7628..245a4d6 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -164,7 +164,7 @@ DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a sc /*Exile Toasts Notification Settings*/ DMS_ExileToasts_Title_Size = 22; // Size for Client Exile Toasts mission titles. DMS_ExileToasts_Title_Font = "puristaMedium"; // Font for Client Exile Toasts mission titles. - DMS_ExileToasts_Message_Color = "#ff979ba1"; // Exile Toasts color for "ExileToast" client notification type. + DMS_ExileToasts_Message_Color = "#FFFFFF"; // Exile Toasts color for "ExileToast" client notification type. DMS_ExileToasts_Message_Size = 19; // Exile Toasts size for "ExileToast" client notification type. DMS_ExileToasts_Message_Font = "PuristaLight"; // Exile Toasts font for "ExileToast" client notification type. /*Exile Toasts Notification Settings*/