mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed a typo
This commit is contained in:
parent
3c91f6abe3
commit
04d3a31b5b
@ -23,7 +23,7 @@ if (GVAR(useACEWeather)) then {
|
||||
publicVariable "ACE_RAIN_PARAMS";
|
||||
};
|
||||
if (GVAR(syncWind)) then {
|
||||
ACE_WIND_PARAMS = [wind call CBA_fnc_vectDir, 0, wind, 0, GVAR(serverUpdateInterval)];
|
||||
ACE_WIND_PARAMS = [wind call CBA_fnc_vectDir, 0, vectorMagnitude wind, 0, GVAR(serverUpdateInterval)];
|
||||
publicVariable "ACE_WIND_PARAMS";
|
||||
};
|
||||
if (GVAR(syncMisc)) then {
|
||||
|
Loading…
Reference in New Issue
Block a user