Fix | Due to one of the prior updates the elevator.use.<combo> permission no longer worked. This was due to a missing change in one of the modified methods. This has been solved and also resulted in a beneficial performance improvement.
Performance | Prior to this update the combination was first determined and afterward re-iterated at a later point to determine the combination index. These two methods have been combined to one which results in a nice overall performance improvement!