From 39a82555322beec2a920ff4834b328fdaf0025af Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 21 Jul 2025 02:06:14 +0300 Subject: [PATCH] Fix LethalConfig dependency string Apparently, this is different from BepInEx plugin GUID. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index dbce7b6..b041e24 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "dependencies": [ "BepInEx-BepInExPack-5.4.2100", "Sigurd-CSync-5.0.1", - "ainavt.lc.lethalconfig-1.4.6", + "AinaVT-LethalConfig-1.4.6", "WaterGun-V70PoweredLights_Fix-1.0.0" ] }