Reapply "Merge branch 'main' into DevelopCkutls"

This reverts commit 26ee6ded22.
This commit is contained in:
rafael1209
2024-04-08 23:45:01 +03:00
parent 87816193a2
commit 6601ec2cc9
40 changed files with 2385 additions and 274 deletions

View File

@@ -297,7 +297,7 @@ export default {
}
});
} catch (e) {
console.error('Error in Percentage', e);
//console.error('Error in Percentage', e);
}
}
@@ -330,7 +330,7 @@ export default {
this.offEventPointers = false
let AnswerServer
let LimitClicked = this.amountCrystals
//let LimitClicked = this.amountCrystals
let DepositDiamonds = this.amountDeposit
const X_Cordinates = value[this.gamesCircle]
@@ -365,10 +365,10 @@ export default {
})
}
catch (e) {
console.error(e)
//console.error(e)
}
console.log(LimitClicked, DepositDiamonds, X_Cordinates)
//console.log(LimitClicked, DepositDiamonds, X_Cordinates)
this.gamesCircle = this.gamesCircle + 1
this.offEventPointers = true
if (AnswerServer === 'You dead') {
@@ -457,7 +457,7 @@ export default {
this.getBalanceUser()
}
catch (e) {
console.error('Error in GetData', e)
//console.error('Error in GetData', e)
}
}
else {
@@ -507,7 +507,7 @@ export default {
})
}
catch (e) {
console.error(e)
//console.error(e)
}
},
async claimWinningAmount() {
@@ -528,7 +528,7 @@ export default {
return eventBus.emit('Updatebalance')
}
catch (e) {
console.error(e)
//console.error(e)
}
}
},