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';