Skip to content

Commit

Permalink
Fixed Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdlerSalbei committed Dec 1, 2018
1 parent 30b524d commit ae71061
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions addons/trenches/config.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
#include "script_component.hpp"

class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {"ACE_envelope_small","ACE_envelope_big","ACE_envelope_gigant","ACE_envelope_vehicle","ACE_envelope_short"};
weapons[] = {"ACE_EntrenchingTool"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Grey", "esteldunedain", "chris579", "Salbei"};
url = ECSTRING(main,URL);
//VERSION_CONFIG;
version = "3.12.3.36";
versionStr = "3.12.3.36";
versionAr[] = {3,12,3,36};
};
class ADDON {
name = COMPONENT_NAME;
units[] = {"ACE_envelope_small","ACE_envelope_big","ACE_envelope_gigant","ACE_envelope_vehicle","ACE_envelope_short"};
weapons[] = {"ACE_EntrenchingTool"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Grey", "esteldunedain", "chris579", "Salbei"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};

#include "Cfg3DEN.hpp"
Expand Down

0 comments on commit ae71061

Please sign in to comment.