Fix bad STR_ACE_Common_ACETeam

This commit is contained in:
PabstMirror 2015-02-13 23:09:52 -06:00
parent ec29bf37a8
commit fb3a610649
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ class CfgWeapons {
class ACE_ItemCore;
class ACE_wirecutter: ACE_ItemCore {
author = "$STR_ACE_Core_ACETeam";
author = "$STR_ACE_Common_ACETeam";
displayName = "$STR_ACE_logistics_wirecutter_wirecutterName";
descriptionShort = "$STR_ACE_logistics_wirecutter_wirecutterDescription";
model = "\A3\weapons_F\ammo\mag_univ.p3d";

View File

@ -3,7 +3,7 @@ class CfgWeapons {
class ACE_ItemCore;
class ACE_key_master: ACE_ItemCore {
author = "$STR_ACE_Core_ACETeam";
author = "$STR_ACE_Common_ACETeam";
displayName = "Vehicle Key: Master";
descriptionShort = "$STR_ACE_Vehicle_Item_Master_Description";
model = "\A3\weapons_F\ammo\mag_univ.p3d";

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredAddons[] = {"ACE_common", "ACE_weather"};
versionDesc = "ACE Wind Deflection";
version = VERSION;
author[] = {$STR_ACE_Core_ACETeam, "Glowbal", "Ruthberg"};
author[] = {$STR_ACE_Common_ACETeam, "Glowbal", "Ruthberg"};
authorUrl = "http://csemod.com";
};
};