mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed incorrect config variable name
This commit is contained in:
parent
6310d7b582
commit
a29cbf6977
@ -18,7 +18,7 @@ _injuriesRootConfig = (configFile >> "ACE_Medical_Advanced" >> "Injuries");
|
||||
_allTypes = ["stab", "grenade", "bullet", "explosive", "shell", "punch", "vehiclecrash", "backblast", "falling", "bite", "ropeburn"];
|
||||
|
||||
_allFoundDamageTypes = [];
|
||||
_configDamageTypes = (_injuryRouteConfig >> "damageTypes");
|
||||
_configDamageTypes = (_injuriesRootConfig >> "damageTypes");
|
||||
for "_i" from 0 to (count _configDamageTypes -1) /* step +1 */ do {
|
||||
if (isClass(_configDamageTypes select _i)) then {
|
||||
_allFoundDamageTypes pushback (configName (_configDamageTypes select _i));
|
||||
|
Loading…
Reference in New Issue
Block a user