mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 02:16:29 +03:00
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:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user