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:
@ -14,8 +14,7 @@
|
||||
|
||||
params ["_number"];
|
||||
|
||||
private "_decimals";
|
||||
_decimals = str (abs _number mod 1);
|
||||
private _decimals = str (abs _number mod 1);
|
||||
_decimals = toArray _decimals;
|
||||
_decimals deleteAt 0;
|
||||
|
||||
|
Reference in New Issue
Block a user