mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
weather: small fix
This commit is contained in:
@ -58,7 +58,6 @@ _fnc_updateTemperature = {
|
|||||||
|
|
||||||
// Humidity
|
// Humidity
|
||||||
GVAR(currentHumidity) = (GVAR(Humidity) select _month) / 100;
|
GVAR(currentHumidity) = (GVAR(Humidity) select _month) / 100;
|
||||||
GVAR(currentHumidity) = GVAR(currentHumidity)
|
|
||||||
|
|
||||||
if (rain > 0 && overcast > 0.7) then {
|
if (rain > 0 && overcast > 0.7) then {
|
||||||
GVAR(currentHumidity) = 1;
|
GVAR(currentHumidity) = 1;
|
||||||
|
Reference in New Issue
Block a user