Skip to content

Commit

Permalink
Merge pull request #3008 from ante185/AK12_GL_Lush-baseWeapon-Fix
Browse files Browse the repository at this point in the history
arifle_AK12_GL_lush_F
  • Loading branch information
Bob-Murphy authored Oct 28, 2023
2 parents 28d901f + 3c883ba commit 8e91ba1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions A3A/addons/config_fixes/Vanilla/CfgWeapons.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//Vanilla - CfgWeapons.hpp

class CfgWeapons
{
class arifle_AK12_GL_base_F;
class arifle_AK12_GL_lush_F : arifle_AK12_GL_base_F
{
baseWeapon = "arifle_AK12_GL_lush_F";
};
};
2 changes: 1 addition & 1 deletion A3A/addons/config_fixes/Vanilla/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class CfgPatches
//#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
//#include "CfgMarkers.hpp"
//#include "CfgWeapons.hpp"
#include "CfgWeapons.hpp"

0 comments on commit 8e91ba1

Please sign in to comment.