mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use of the ACE module instead of Module_F.
This commit is contained in:
parent
73489a7795
commit
281bad1e7e
@ -7,7 +7,7 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
// TODO localization for all the modules
|
||||
class ACE_moduleMedicalSettings: Module_F {
|
||||
class ACE_moduleMedicalSettings: ACE_Module {
|
||||
scope = 2;
|
||||
displayName = "Medical Settings [ACE]";
|
||||
icon = QUOTE(PATHTOF(ui\moduleIcon.paa));
|
||||
@ -129,7 +129,7 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
|
||||
class ACE_moduleTreatmentConfiguration: Module_F {
|
||||
class ACE_moduleTreatmentConfiguration: ACE_Module {
|
||||
scope = 2;
|
||||
displayName = "Treatment Configuration [ACE]";
|
||||
icon = QUOTE(PATHTOF(ui\moduleIcon.paa));
|
||||
|
Loading…
Reference in New Issue
Block a user