Fix LethalConfig dependency string

Apparently, this is different from BepInEx plugin GUID.
This commit is contained in:
ivan tkachenko 2025-07-21 02:06:14 +03:00
parent b7eb4ce60b
commit 39a8255532
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"dependencies": [ "dependencies": [
"BepInEx-BepInExPack-5.4.2100", "BepInEx-BepInExPack-5.4.2100",
"Sigurd-CSync-5.0.1", "Sigurd-CSync-5.0.1",
"ainavt.lc.lethalconfig-1.4.6", "AinaVT-LethalConfig-1.4.6",
"WaterGun-V70PoweredLights_Fix-1.0.0" "WaterGun-V70PoweredLights_Fix-1.0.0"
] ]
} }