From b2e2424777f673f9011091a6af45c3b95cea323c Mon Sep 17 00:00:00 2001 From: second_coming Date: Sun, 22 May 2016 13:09:58 +0100 Subject: [PATCH] Update config.cpp FreezeManager missing from definitions --- @ExileServer/addons/a3_dms/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/@ExileServer/addons/a3_dms/config.cpp b/@ExileServer/addons/a3_dms/config.cpp index bbfe86d..4debdb6 100644 --- a/@ExileServer/addons/a3_dms/config.cpp +++ b/@ExileServer/addons/a3_dms/config.cpp @@ -41,6 +41,7 @@ class CfgFunctions class FindSafePos {}; class FindSafePos_InRange {}; class FindSuppressor {}; + class FreezeManager {}; class GetAllUnits {}; class GetCenter {}; class GetEmptySeats {};