Configs - Fix case (#9592)

This commit is contained in:
PabstMirror 2023-10-27 19:55:42 -05:00 committed by GitHub
parent cdf6889b7d
commit 37c4420da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -424,7 +424,7 @@ class ADDON {
};
};
class QuikClot: fieldDressing {
class QuikClot: FieldDressing {
class Abrasion {
effectiveness = 2;
reopeningChance = 0.3;

View File

@ -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 {