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;