mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
Fixed scope issue joining sources to EISC
This commit is contained in:
@@ -260,7 +260,8 @@ namespace PepperDash.Essentials.Room.Cotija
|
|||||||
|
|
||||||
foreach (var item in sourceJoinMap)
|
foreach (var item in sourceJoinMap)
|
||||||
{
|
{
|
||||||
Parent.AddAction(string.Format("{0}{1}", prefix, item.Key), new PressAndHoldAction(b => EISC.SetBool(item.Value, b)));
|
var join = item.Value;
|
||||||
|
Parent.AddAction(string.Format("{0}{1}", prefix, item.Key), new PressAndHoldAction(b => EISC.SetBool(join, b)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user