mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with infinity-game saper
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user