mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed module function call
Wind deflection module was using the incorrect function name,
This commit is contained in:
parent
98428c42f5
commit
8226edc6cb
@ -4,7 +4,7 @@ class CfgVehicles {
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
category = "ACE";
|
||||
displayName = "Wind Deflection";
|
||||
function = FUNC(enableModule);
|
||||
function = FUNC(initalizeModule);
|
||||
scope = 2;
|
||||
isGlobal = 1;
|
||||
icon = QUOTE(PATHTOF(UI\Icon_Module_Wind_ca.paa));
|
||||
|
Loading…
Reference in New Issue
Block a user