diff --git a/MuzikaGromche/PoweredLights.cs b/MuzikaGromche/PoweredLights.cs index 12e76ed..2665d0a 100644 --- a/MuzikaGromche/PoweredLights.cs +++ b/MuzikaGromche/PoweredLights.cs @@ -115,9 +115,10 @@ namespace MuzikaGromche ]), new("GarageTile", [ new("HangingLEDBarLight (3)", LEDHangingLight), - new("HangingLEDBarLight (4)", LEDHangingLight, + new("HangingLEDBarLight (4)", LEDHangingLight), // This HangingLEDBarLight's IndirectLight is wrongly named, so animator couldn't find it - ManualPatch: RenameGameObjectPatch("IndirectLight (1)", "IndirectLight")), + // renamed by WaterGun-V70PoweredLights_Fix-1.1.0 + // ManualPatch: RenameGameObjectPatch("IndirectLight (1)", "IndirectLight")), ]), new("PoolTile", [ new("PoolLights/HangingLEDBarLight", LEDHangingLight),