fixed bug with infinity-game saper

This commit is contained in:
Kostya
2024-01-23 22:14:42 +03:00
parent 07fe48fd1f
commit 30b6d17075

View File

@@ -219,7 +219,7 @@ export default {
async handler(value) {
const maxCircles = 25 - this.amountSaveCrystals
if (this.gamesCircle < maxCircles) {
if (this.gamesCircle < maxCircles && this.gameStart !== false) {
console.log(value)
this.offEventPointers = false
let AnswerServer