mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 21:31:56 +03:00
Fix Corepatch AS50 magazine spawn (#1955)
* Fix Corepatch AS50 magazine spawn The Corepatch broke some of the AS50 magazine spawns. Im not sure why it happend sometimes and sometimes not. This message showed up sometimes: No entry 'bin\config.bin/CfgMagazines-5Rnd_127x99_as50_CP'. The CorePatch use that: https://github.com/Goliath86/CorePatch/blob/e0d06f7086fb0e3b3e6b7dc22beeca3b087967be/CorePatch_CIT_14888/config.cpp This commit should fix that error message and the AS50 name as well. * Define 5Rnd_127x99_as50_CP class * Update AS50 fix * Revert AS50 ammo fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class BAF_AS50_scoped;
|
||||
class BAF_AS50_scoped_DZ : BAF_AS50_scoped {
|
||||
displayname = "AS50_DZ";
|
||||
displayname = "AS50";
|
||||
type = WeaponSlotPrimary;
|
||||
canlock = 0;
|
||||
//cursor = "RifleCursor";
|
||||
//cursoraim = "Foresight";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user