From b049b12e87d572f59ed284437e147c0e6a5bc2e4 Mon Sep 17 00:00:00 2001 From: Siga Date: Thu, 30 Jan 2020 21:56:59 +0100 Subject: [PATCH] Fix --- ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts index efa23133..76d6abbc 100644 --- a/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts +++ b/ReallifeGamemode.Client/Interaction/clothes/ClotheShop.ts @@ -5,7 +5,7 @@ import maleLegs from "./male_legs.json"; import maleUndershirts from "./male_undershirts.json"; import maleAccessoires from "./male_accessories.json"; import male_combination from "./male_torso_top_combination.json"; -import playerBlips from '../../Gui/blips.js'; + const UIMenu = NativeUI.Menu; const UIMenuItem = NativeUI.UIMenuItem;