Skip to content

Commit

Permalink
dulicate classname fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschmidt-idealo committed Aug 4, 2019
1 parent 7b007a7 commit 427bd86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions BC_buyables/factions/bwTank.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];";
};
};
Expand Down Expand Up @@ -64,7 +65,7 @@ class bwTank {
trackCargo = 2;
spawnEmpty = 1;
condition = "true";
vehicleInit = "[[],[]]";
vehicleInit = "[[], []]";
};
};

Expand Down
2 changes: 1 addition & 1 deletion BC_buyables/factions/russiaTank.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 427bd86

Please sign in to comment.