mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove dash from Arsenal category name (#5874)
This commit is contained in:
parent
d1cc7cc12b
commit
534898a680
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project name="ACE">
|
<Project name="ACE">
|
||||||
<Package name="Arsenal">
|
<Package name="Arsenal">
|
||||||
<Key ID="STR_ACE_Arsenal_buttonHideText">
|
<Key ID="STR_ACE_Arsenal_buttonHideText">
|
||||||
@ -294,9 +294,9 @@
|
|||||||
<Polish>Dodatkowy magazynek</Polish>
|
<Polish>Dodatkowy magazynek</Polish>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Arsenal_settingCategory">
|
<Key ID="STR_ACE_Arsenal_settingCategory">
|
||||||
<English>ACE - Arsenal</English>
|
<English>ACE Arsenal</English>
|
||||||
<French>ACE - Arsenal</French>
|
<French>ACE Arsenal</French>
|
||||||
<Polish>ACE - Arsenał</Polish>
|
<Polish>ACE Arsenał</Polish>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Arsenal_defaultLoadoutsTooltip">
|
<Key ID="STR_ACE_Arsenal_defaultLoadoutsTooltip">
|
||||||
<English>Allow the use of the default loadouts tab</English>
|
<English>Allow the use of the default loadouts tab</English>
|
||||||
|
@ -40,7 +40,7 @@ private _absLoad = getNumber (configFile >> "CfgInventoryGlobalVariable" >> "max
|
|||||||
private _loadCoef = _unit getVariable QGVAR(loadCoef);
|
private _loadCoef = _unit getVariable QGVAR(loadCoef);
|
||||||
|
|
||||||
if (isNil "_loadCoef") then {
|
if (isNil "_loadCoef") then {
|
||||||
INFO("Note: getUnitTrait / loadCoef enum error can be ignored [present in ARMA 1.78 RC]");
|
INFO("Note: getUnitTrait / loadCoef enum error can be ignored [present in Arma 3 v1.78+]");
|
||||||
_loadCoef = _unit getUnitTrait "loadCoef";
|
_loadCoef = _unit getUnitTrait "loadCoef";
|
||||||
_unit setVariable [QGVAR(loadCoef), _loadCoef, true];
|
_unit setVariable [QGVAR(loadCoef), _loadCoef, true];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user