mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:37:49 +02:00
Fix injection
This commit is contained in:
parent
255cede808
commit
1e52e7824b
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@
|
||||||
data: {
|
data: {
|
||||||
commerceMode: Settings.getValue("commerce", false),
|
commerceMode: Settings.getValue("commerce", false),
|
||||||
userIsLoggedIn: Account.loggedIn,
|
userIsLoggedIn: Account.loggedIn,
|
||||||
walletNeedsSetup: Wallet.walletStatus !== 3
|
walletNeedsSetup: Wallet.walletStatus === 1
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
} else if (parsedJsonMessage.type === "PURCHASES") {
|
} else if (parsedJsonMessage.type === "PURCHASES") {
|
||||||
|
|
Loading…
Reference in a new issue