From 53747b9f3e0ab59f6ef094f20d9f20d1d80054b6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 11 Aug 2021 09:37:17 -0500 Subject: [PATCH] Force anim when necessary --- scripts/client/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/client/main.js b/scripts/client/main.js index 6c929e2d..43b43181 100644 --- a/scripts/client/main.js +++ b/scripts/client/main.js @@ -46,4 +46,6 @@ let streamingRadioElement = false; let enterPropertyKey = null; +let forcedAnimation = null; + // =========================================================================== \ No newline at end of file