quotes in config arrays

This commit is contained in:
commy2 2015-05-11 18:50:04 +02:00
parent 192a02ce56
commit c0e2af2e66

View File

@ -5,7 +5,7 @@ class CfgPatches {
units[] = {}; units[] = {};
weapons[] = {}; weapons[] = {};
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {ace_common}; requiredAddons[] = {"ace_common"};
author[] = {"[TF]Nkey"}; author[] = {"[TF]Nkey"};
authorUrl = "https://github.com/michail-nikolaev/"; authorUrl = "https://github.com/michail-nikolaev/";
VERSION_CONFIG; VERSION_CONFIG;