mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3204 from acemod/m67_dns
Fix Handgrenade DisplayNameShort
This commit is contained in:
commit
d68c79efb1
@ -394,6 +394,7 @@ class CfgMagazines {
|
||||
// hand grenades
|
||||
class HandGrenade: CA_Magazine {
|
||||
displayName = CSTRING(HandGrenade_Name);
|
||||
displayNameShort = "M67";
|
||||
};
|
||||
class SmokeShell: HandGrenade {
|
||||
displayName = CSTRING(SmokeShell_Name);
|
||||
|
Loading…
Reference in New Issue
Block a user