mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
replace private with private keyword in first half of common
This commit is contained in:
@ -18,8 +18,7 @@ params ["_number", "_minLength"];
|
||||
_number = _number min 999999;
|
||||
_number = str _number;
|
||||
|
||||
private "_length";
|
||||
_length = count _number;
|
||||
private _length = count _number;
|
||||
|
||||
if (isNil "_minLength") then {_minLength = _length};
|
||||
|
||||
|
Reference in New Issue
Block a user