From 03066b778e79334b1073fca9ad0215e749e04a67 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Mon, 25 Jan 2021 15:03:48 +0100 Subject: [PATCH] fix --- 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 183840f0..9e46ec8c 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';