From 45c9998a61687d1c466e9e5bbdf0fd79bddb97da Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Mon, 25 Jan 2021 15:08:27 +0100 Subject: [PATCH] fix2 --- ReallifeGamemode.Client/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/index.ts b/ReallifeGamemode.Client/index.ts index 9e46ec8c..d3b42b5a 100644 --- a/ReallifeGamemode.Client/index.ts +++ b/ReallifeGamemode.Client/index.ts @@ -209,10 +209,10 @@ weapondamageUtil(); import soundUtil from './util/sound'; soundUtil(); -import clotheShopList from './Interaction/Clothes/ClotheShop'; +import clotheShopList from './Interaction/clothes/ClotheShop'; clotheShopList(globalData); -import FriseurShopList from './Interaction/Friseur/Friseur'; +import FriseurShopList from './Interaction/friseur/friseur'; FriseurShopList(globalData); import itemShopList from './Interaction/ItemShop';