Skip to content

Commit

Permalink
Update relevant author fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Jul 7, 2021
1 parent 9ce8d17 commit f7d0346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"A3_Data_F_Enoch_Loadorder", "A3_Data_F_Mod_Loadorder", "ace_main", "cba_main"};
author = CSTRING(Authors);
authors[] = {"GilleeDoo", "Jonpas", "TyroneMF"};
authors[] = {"GilleeDoo", "Jonpas", "Tyrone"};
url = CSTRING(URL);
VERSION_CONFIG;
};
Expand Down
4 changes: 2 additions & 2 deletions addons/supplies/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class CfgVehicles {
class Box_AAF_Uniforms_F;

class tac_supplies_Launchers: Box_NATO_WpsLaunch_F {
author = "TyroneMF";
author = ECSTRING(main,Author);
displayName = CSTRING(Supply_Launchers_Name);
EDITOR_CATEGORY
scope = 2;
Expand Down Expand Up @@ -42,7 +42,7 @@ class CfgVehicles {
};

class tac_supplies_Engineer: Box_AAF_Uniforms_F {
author = "TyroneMF";
author = ECSTRING(main,Author);
displayName = CSTRING(Supply_Engineer_Name);
EDITOR_CATEGORY
scope = 2;
Expand Down
2 changes: 1 addition & 1 deletion optionals/winter/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"tacgt_main", "winter_2035"};
author = ECSTRING(main,Author);
authors[] = {"TyroneMF"};
authors[] = {"Tyrone"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
Expand Down

0 comments on commit f7d0346

Please sign in to comment.