mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed bodybag classname
This commit is contained in:
parent
dc29cad4cd
commit
79b3df9815
@ -784,8 +784,8 @@ class CfgVehicles {
|
|||||||
name = QGVAR(surgicalKit);
|
name = QGVAR(surgicalKit);
|
||||||
count = 2;
|
count = 2;
|
||||||
};
|
};
|
||||||
class ACE_itemBodyBag {
|
class GVAR(bodyBag) {
|
||||||
name = "ACE_itemBodyBag";
|
name = QGVAR(bodyBag);
|
||||||
count = 5;
|
count = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user