mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Better readability.
This commit is contained in:
parent
d6af0ea0eb
commit
6b0ee1de09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user