From 7018b0d2d4871c05cbac192b3d845afaff5feed7 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 19 Apr 2021 18:51:07 -0500 Subject: [PATCH] Move allowed skins to shared script --- scripts/client/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/client/main.js b/scripts/client/main.js index 82b71dea..cd8f9588 100644 --- a/scripts/client/main.js +++ b/scripts/client/main.js @@ -41,6 +41,4 @@ let drunkEffectDurationTimer = null; let controlsEnabled = true; -let allowedSkins = []; - // =========================================================================== \ No newline at end of file