Medical Treatment - Fix missing semicolon (#9591)

Fix missing semicolon
This commit is contained in:
Mike-MF 2023-10-26 21:04:58 +01:00 committed by GitHub
parent eee86a4bac
commit c52c543f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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