mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
5e396a3793
This reverts commit 4d1a5194ea
.
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
//fnc_handleLaserOn.sqf
|
|
#include "script_component.hpp"
|
|
|
|
params ["_uuid", "_args"];
|
|
[GVAR(laserEmitters), _uuid, _args] call CBA_fnc_hashSet;
|