pixi-rainman-game-engine 0.3.19 → 0.3.20
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.
|
@@ -1212,6 +1212,7 @@ export class AbstractController {
|
|
|
1212
1212
|
handleAutoplayLogic() {
|
|
1213
1213
|
RainMan.globals.shouldShowModals = false;
|
|
1214
1214
|
RainMan.settingsStore.changeBetChangeDisabled(true);
|
|
1215
|
+
RainMan.settingsStore.closeCurrentlyOpenModal?.();
|
|
1215
1216
|
if (this.uiController.recentWin === 0) {
|
|
1216
1217
|
this.autoSpinBalance -= RainMan.settingsStore.bet;
|
|
1217
1218
|
}
|
package/package.json
CHANGED