#441 - Crash with no model on ace_fakeweapon

This commit is contained in:
PabstMirror 2015-04-10 14:35:04 -05:00
parent 8715a9c4a1
commit 661ddc3562

View File

@ -15,7 +15,7 @@ class CfgWeapons {
class ACE_FakePrimaryWeapon: Rifle_Base_F { class ACE_FakePrimaryWeapon: Rifle_Base_F {
scope = 2; scope = 2;
displayName = ""; displayName = "";
model = ""; model = "\A3\Weapons_f\empty";
picture = ""; picture = "";
magazines[] = {"ACE_FakeMagazine"}; magazines[] = {"ACE_FakeMagazine"};
discreteDistance[] = {}; discreteDistance[] = {};