From f029e8468959be403e159a9c05c9387168579638 Mon Sep 17 00:00:00 2001 From: Siga Date: Thu, 30 Jan 2020 22:05:53 +0100 Subject: [PATCH] try fix --- ReallifeGamemode.Client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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