pixi-rainman-game-engine 0.2.14 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -591,6 +591,7 @@ export class AbstractController {
591
591
  if (RainMan.settingsStore.isAutoplayEnabled) {
592
592
  this.disableAutoplay();
593
593
  }
594
+ this.uiController.updateBet("highest");
594
595
  this.handleDisablingButtons(false);
595
596
  return;
596
597
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixi-rainman-game-engine",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "This repository contains all of the mechanics that used in rainman games.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",