mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Fix missing semicolon (#9591)
Fix missing semicolon
This commit is contained in:
parent
eee86a4bac
commit
c52c543f4b
@ -285,7 +285,7 @@ class CfgWeapons {
|
||||
class ACE_bodyBag: ACE_ItemCore {
|
||||
scope = 2;
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = "$STR_a3_cfgvehicles_land_bodybag_01_black_f0"
|
||||
displayName = "$STR_a3_cfgvehicles_land_bodybag_01_black_f0";
|
||||
model = QPATHTOF(data\bodybagItem.p3d);
|
||||
picture = QPATHTOF(ui\bodybag_ca.paa);
|
||||
descriptionShort = CSTRING(Bodybag_Desc_Short);
|
||||
|
Loading…
Reference in New Issue
Block a user