mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Fixed issues found with join numbers and speed dial iteration
This commit is contained in:
parent
1a44d28adb
commit
dd1b15edee
4 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue