From 427bd86e5cafd07fe044dd107335c4ccc7fb2232 Mon Sep 17 00:00:00 2001 From: "simon.schmidt" Date: Sun, 4 Aug 2019 19:27:46 +0200 Subject: [PATCH] dulicate classname fix --- BC_buyables/factions/bwTank.hpp | 5 +++-- BC_buyables/factions/russiaTank.hpp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BC_buyables/factions/bwTank.hpp b/BC_buyables/factions/bwTank.hpp index d921e80f..8a130fa9 100644 --- a/BC_buyables/factions/bwTank.hpp +++ b/BC_buyables/factions/bwTank.hpp @@ -13,8 +13,9 @@ class bwTank { crewHelmet = ""; disableTIEquipment = "true"; - class gm_ge_army_Leopard1a3a1_wdl { + class gm_ge_army_Leopard1a3a1 { condition = "true"; + vehicleInit = "[['gm_ge_wdl',1], []]"; code = "[(_this select 0)] call BC_buyables_fnc_configureBluforStartVehicle; (_this select 0) addWeaponCargoGlobal ['rhs_weap_m72a7', 12];"; }; }; @@ -64,7 +65,7 @@ class bwTank { trackCargo = 2; spawnEmpty = 1; condition = "true"; - vehicleInit = "[[],[]]"; + vehicleInit = "[[], []]"; }; }; diff --git a/BC_buyables/factions/russiaTank.hpp b/BC_buyables/factions/russiaTank.hpp index 4b028040..23918313 100644 --- a/BC_buyables/factions/russiaTank.hpp +++ b/BC_buyables/factions/russiaTank.hpp @@ -15,7 +15,7 @@ class RussiaTank { disableTIEquipment = "true"; canMoveDuringTransmission = "true"; - class gm_gc_army_t55a_oli { + class gm_gc_army_t55a { displayName = "T-55A"; description = ""; price = 10;