From 73652381777bc4627d7276c1f59acb4b6627ed0e Mon Sep 17 00:00:00 2001 From: icomrade Date: Sun, 21 Feb 2016 23:58:48 -0500 Subject: [PATCH] Wrong addon required --- SQF/dayz_sfx/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_sfx/config.cpp b/SQF/dayz_sfx/config.cpp index 1424026b1..49490d07b 100644 --- a/SQF/dayz_sfx/config.cpp +++ b/SQF/dayz_sfx/config.cpp @@ -20,7 +20,7 @@ class CfgPatches units[] = {}; weapons[] = {}; requiredVersion = 0.1; - requiredAddons[] = {"dayz_anim"}; + requiredAddons[] = {"dayz"}; dayzVersion = 1.8; }; };