Corrigido case sensitity no repositório inteiro

This commit is contained in:
valmojr
2023-05-23 18:58:12 -03:00
parent 4b2ae89666
commit d4a8abf63e
36 changed files with 181 additions and 191 deletions

View File

@@ -825,12 +825,12 @@ class braf_cra_ar_jungle : braf_cra_ar_regular {
"30Rnd_556x45_Stanag"
};
respawnWeapons[] = {
"Braf_lmga4_green",
"braf_lmga4_green",
"Throw",
"Put"
};
weapons[] = {
"Braf_lmga4_green",
"braf_lmga4_green",
"Throw",
"Put"
};
@@ -997,12 +997,12 @@ class braf_cra_militia_jungle : braf_cra_militia_regular {
"Chemlight_green"
};
respawnWeapons[] = {
"Braf_Mosquefal",
"braf_Mosquefal",
"Throw",
"Put"
};
weapons[] = {
"Braf_Mosquefal",
"braf_Mosquefal",
"Throw",
"Put"
};