Fix Handgrenade DisplayNameShort

This commit is contained in:
VKing 2016-01-22 13:12:20 +01:00
parent 3dac426bc6
commit 1cf7fc727d

View File

@ -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);