Better readability.

This commit is contained in:
rufix 2017-11-29 20:00:51 +01:00
parent d6af0ea0eb
commit 6b0ee1de09

View File

@ -18,7 +18,7 @@
*/
#include "script_component.hpp"
params ["_unit","_id", "_setting", ["_add", true]];
params ["_unit", "_id", "_setting", ["_add", true]];
private _exists = false;
private _highestCoef = 1;