Remove bronze bar from configs

The bronze bar has no model under the wirtten path but it can be spawned in.
This commit is contained in:
A Man
2019-10-19 07:44:45 +02:00
parent baf92ebf29
commit 47eb85f657
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class CfgMagazines
#include "DZE\Currency\GoldBar.hpp"
#include "DZE\Currency\SilverBar.hpp"
#include "DZE\Currency\CopperBar.hpp"
#include "DZE\Currency\BronzeBar.hpp"
//#include "DZE\Currency\BronzeBar.hpp" //The Bronze Bar has no model
#include "DZE\Currency\AluminumBar.hpp"
#include "DZE\Currency\TinBar.hpp"

View File

@@ -3,7 +3,7 @@ class ItemBronzeBar: CA_Magazine {
count = 1;
type = 256;
displayName = $STR_EPOCH_BRONZE;
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d";
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d"; // This model does not exist under the written path
picture = "\z\addons\dayz_epoch\pictures\equip_bar_bronze_CA.paa";
descriptionShort = $STR_EPOCH_BRONZE_DESC;
};