mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Configs - Fix case (#9592)
This commit is contained in:
parent
cdf6889b7d
commit
37c4420da5
@ -424,7 +424,7 @@ class ADDON {
|
||||
};
|
||||
};
|
||||
|
||||
class QuikClot: fieldDressing {
|
||||
class QuikClot: FieldDressing {
|
||||
class Abrasion {
|
||||
effectiveness = 2;
|
||||
reopeningChance = 0.3;
|
||||
|
@ -715,10 +715,10 @@ class CfgWeapons {
|
||||
displayName = "UTG Defender 126";
|
||||
};
|
||||
|
||||
class optic_hamr: ItemCore {
|
||||
class optic_Hamr: ItemCore {
|
||||
displayName = CSTRING(optic_hamr);
|
||||
};
|
||||
class optic_Hamr_khk_F: optic_hamr {
|
||||
class optic_Hamr_khk_F: optic_Hamr {
|
||||
displayName = CSTRING(optic_hamr_khk);
|
||||
};
|
||||
class ACE_optic_Hamr_2D: optic_Hamr {
|
||||
|
Loading…
Reference in New Issue
Block a user