Revert "Merge branch 'main' into DevelopCkutls"

This reverts commit f0ef1fc13e, reversing
changes made to 052bc12b39.
This commit is contained in:
rafael1209
2024-04-08 21:05:41 +03:00
parent 2d65e4cd74
commit 26ee6ded22
40 changed files with 246 additions and 2357 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)
}
}
},