diff --git a/addons/main/config.cpp b/addons/main/config.cpp index 7be31aa8..5a3c49af 100644 --- a/addons/main/config.cpp +++ b/addons/main/config.cpp @@ -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; }; diff --git a/addons/supplies/CfgVehicles.hpp b/addons/supplies/CfgVehicles.hpp index 2ba4bd1b..9dbcd047 100644 --- a/addons/supplies/CfgVehicles.hpp +++ b/addons/supplies/CfgVehicles.hpp @@ -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; @@ -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; diff --git a/optionals/winter/config.cpp b/optionals/winter/config.cpp index 72d0ccc3..58808d61 100644 --- a/optionals/winter/config.cpp +++ b/optionals/winter/config.cpp @@ -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; };