Skip to content

Commit

Permalink
HLC_WP_Springfield
Browse files Browse the repository at this point in the history
==================

- Corrected main addon Dependency, Version Number
  • Loading branch information
toadie2k committed Nov 27, 2019
1 parent 0dc2ac9 commit b2ae790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hlc_wp_m60E4/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

class CfgPatches {
class hlcweapons_m60e4 {
requiredaddons[] = {"A3_Data_F","A3_UI_F","A3_Anims_F","A3_Anims_F_Config_Sdr","A3_Weapons_F","A3_Sounds_F_Mark","asdg_jointrails","hlcweapons_core"};
requiredaddons[] = { "hlcweapons_core" };
units[] = {"HLC_M60E4_ammobox","Weapon_hlc_lmg_M60E4","Weapon_hlc_lmg_M60"};
weapons[] = {};
magazines[] = {};
version="13";
version="14";
author="toadie";
};
};
Expand Down Expand Up @@ -328,7 +328,7 @@ class CfgWeapons {
default = "hlc_lmg_m60";
};
};
class hlc_lmg_M60_200rnd : hlc_lmg_M60E4
class hlc_lmg_M60_200rnd : hlc_lmg_m60
{
scopearsenal = 0;
model = "\hlc_wp_M60E4\mesh\m60classic\m60_200rnd.p3d";
Expand Down
Binary file modified hlc_wp_m60E4/snd/M60_dist.wss
Binary file not shown.
Binary file modified hlc_wp_m60E4/snd/M60_mid.wss
Binary file not shown.

0 comments on commit b2ae790

Please sign in to comment.