mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added rem in css files
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
||||
getUserPrize() {
|
||||
const currentUser = this.crashObject.Players.find(player => player.UserName === GetCookie('SpUserName'));
|
||||
|
||||
if (currentUser) {
|
||||
if (currentUser && currentUser.UserGameState !== 'Win') {
|
||||
return currentUser.Bid * this.crashObject.CurrentX
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user