mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix indentation
atom needed the editorconfig package
This commit is contained in:
parent
675cfc2da7
commit
3d9b0d527c
@ -194,9 +194,9 @@ if (currentWeapon _unit != "") then {
|
||||
private ["_index"];
|
||||
_index = 0;
|
||||
while {
|
||||
_index < 100 && {currentWeaponMode _unit != _activeWeaponMode}
|
||||
_index < 100 && {currentWeaponMode _unit != _activeWeaponMode}
|
||||
} do {
|
||||
_unit action ["SwitchWeapon", _unit, _unit, _index];
|
||||
_index = _index + 1;
|
||||
_unit action ["SwitchWeapon", _unit, _unit, _index];
|
||||
_index = _index + 1;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user