Updates remaining SIMPL Bridges for MC to JoinMapBaseAdvanced. Updates affected bridges

This commit is contained in:
Neil Dorin
2020-04-01 11:16:27 -06:00
parent 1d00261b1f
commit ed627875a0
6 changed files with 245 additions and 251 deletions

View File

@@ -189,7 +189,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
// Pulse DTMF
AppServerController.AddAction(MessagePath + "/dtmf", new Action<string>(s =>
{
var join = JoinMap.Joins[s];
var join = JoinMap.Joins[s];
if (join != null)
{
if (join.JoinNumber > 0)