From db40be75772ba73ec420efbec60aa08d08add8fc Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 10 Dec 2022 01:54:11 -0600 Subject: [PATCH] Use falling snow only --- scripts/client/utilities.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/client/utilities.js b/scripts/client/utilities.js index 59fa4df6..774d9011 100644 --- a/scripts/client/utilities.js +++ b/scripts/client/utilities.js @@ -227,8 +227,13 @@ function setLocalPlayerInterior(interior) { function setSnowState(falling, ground, forceGround) { logToConsole(LOG_DEBUG, `[AGRP.Utilities] Setting falling snow to ${falling} and ground snow to ${ground}`); snowing = falling; - snow.enabled = ground; - forceSnowing(forceGround); + //snow.force = ground; + //if (forceGround == true) { + // forceSnowing(forceGround); + // groundSnow.flush(); + //} else { + // snow.enabled = ground; + //} } // ===========================================================================