From b273f0c5eb14e622b9f53628c8ed45ff8ec03eee Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 00:44:19 -0500 Subject: [PATCH] Update SLS_init_exile.sqf fixed typo --- @epochhive/addons/custom_server/SLS/SLS_init_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf b/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf index 1556eea..71feb29 100644 --- a/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf +++ b/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf @@ -1,4 +1,4 @@ // Assemble the final executable with Epoch crate configurations and SLS code -#include "\q\addons\custom_server\SLS\SLS_defines_exle.sqf"; +#include "\q\addons\custom_server\SLS\SLS_defines_exile.sqf"; #include "\q\addons\custom_server\SLS\SLS_functions.sqf";