mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3596 from SzwedzikPL/remtolower
Remove needless tolower from mortarinit
This commit is contained in:
commit
c76d1cb368
@ -31,7 +31,7 @@ if (count magazines _mortar > 0) then {
|
||||
private _currentWeapon = _mortar weaponsTurret [0] select 0;
|
||||
private _newWeapon = "";
|
||||
|
||||
if (tolower _currentWeapon == "mortar_82mm") then {
|
||||
if (_currentWeapon == "mortar_82mm") then {
|
||||
_newWeapon = "ace_mortar_82mm";
|
||||
} else {
|
||||
_newWeapon = getText (configFile >> "CfgWeapons" >> _currentWeapon >> QGVAR(replaceWith));
|
||||
|
Loading…
Reference in New Issue
Block a user