mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Fixed issues found with join numbers and speed dial iteration
This commit is contained in:
@@ -182,6 +182,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
||||
for (uint i = speeddialStart; i < speeddialEnd; i++)
|
||||
{
|
||||
addAction(string.Format("/speedDial{0}", speedDialIndex), i);
|
||||
speedDialIndex++;
|
||||
}
|
||||
|
||||
// Get status
|
||||
|
||||
Reference in New Issue
Block a user