We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034a2af commit e9a2cc9Copy full SHA for e9a2cc9
1 file changed
godice.js
@@ -442,8 +442,7 @@ class GoDice {
442
const diceCurrentNumber = this.getDieValue(data, 1);
443
const xyzArray = this.getXyzFromBytes(data, 1)
444
this.rolledValue = diceCurrentNumber;
445
- this.onStable(deviceId, diceCurrentNumber, xyzArray);
446
- }
+ this.onStable(deviceId, diceCurrentNumber, xyzArray);
447
}
448
449
if (firstByte === 70 && secondByte === 83) {
0 commit comments