diff --git a/ReallifeGamemode.Client/index.ts b/ReallifeGamemode.Client/index.ts index a0279667..e1b9f18c 100644 --- a/ReallifeGamemode.Client/index.ts +++ b/ReallifeGamemode.Client/index.ts @@ -184,5 +184,5 @@ PilotRouteList(globalData); import gangwarHandle from './util/Gangwar'; gangwarHandle(globalData); -import clotheShopList from './interaction/clothes/ClotheShop'; +import clotheShopList from './Interaction/clothes/ClotheShop'; clotheShopList(globalData); \ No newline at end of file