From 1b3a5d70f015e01e8755139af3e063f9a35f294e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 20 Apr 2021 21:28:33 -0500 Subject: [PATCH] Add streaming radio var --- scripts/client/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/client/main.js b/scripts/client/main.js index cd8f9588..2500c29f 100644 --- a/scripts/client/main.js +++ b/scripts/client/main.js @@ -41,4 +41,7 @@ let drunkEffectDurationTimer = null; let controlsEnabled = true; +let streamingRadio = null; + + // =========================================================================== \ No newline at end of file