From 4ee96eedb15460ed0959cb9c67f07508c4cf1cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brostr=C3=B6m=2EA=20=7C=20Evul?= Date: Fri, 9 Dec 2016 23:56:54 +0100 Subject: [PATCH] Fixed CfgPatches error on start - Fixed CfgPatches error on start --- @cTab/addons/cTab/config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/@cTab/addons/cTab/config.cpp b/@cTab/addons/cTab/config.cpp index 7ebbc47..5bebaf9 100644 --- a/@cTab/addons/cTab/config.cpp +++ b/@cTab/addons/cTab/config.cpp @@ -27,7 +27,8 @@ class CfgPatches requiredAddons[] = {"CBA_MAIN"}; versionDesc = "cTab"; VERSION_CONFIG; - author[] = {"Gundy","Riouken","Raspu"}; + author = "cTab"; + authors[] = {"Gundy","Riouken","Raspu"}; authorUrl = "https://github.com/Riouken/cTab"; }; };