mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed missing private
This commit is contained in:
parent
e447d5c222
commit
ecbe429f9d
@ -10,7 +10,7 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
_fnc_createEffect = {
|
||||
private _fnc_createEffect = {
|
||||
params ["_type", "_layer", "_default"];
|
||||
|
||||
private _effect = ppEffectCreate [_type, _layer];
|
||||
|
Loading…
Reference in New Issue
Block a user