From 8bdf243ab93b0a96f2e38ff8e536ae6c95dde37b Mon Sep 17 00:00:00 2001 From: Simon AM Date: Sun, 28 Jun 2015 10:19:21 +0200 Subject: [PATCH] Removed extra ] --- addons/viewdistance/XEH_postInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/viewdistance/XEH_postInit.sqf b/addons/viewdistance/XEH_postInit.sqf index da4227516c..66619a7589 100644 --- a/addons/viewdistance/XEH_postInit.sqf +++ b/addons/viewdistance/XEH_postInit.sqf @@ -31,4 +31,4 @@ if (!hasInterface) exitWith {}; ["playerVehicleChanged",{ [false] call FUNC(adaptViewDistance) }] call EFUNC(common,addEventHandler); -}] call EFUNC(common,addEventHandler);] \ No newline at end of file +}] call EFUNC(common,addEventHandler); \ No newline at end of file