mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 01:37:36 +00:00
Fix it for real this time
This commit is contained in:
parent
c1cff02a18
commit
7f0362e124
@ -418,7 +418,7 @@ export class GameData {
|
|||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(response => {
|
.then(response => {
|
||||||
if (!response.length || response[0] !== '{') {
|
if (!response.length || response[0] !== '{') {
|
||||||
if (response.startsWith('no rows in result set')) {
|
if (response.startsWith('sql: no rows in result set')) {
|
||||||
this.scene.queueMessage('Save data could not be found. If this is a new account, you can safely ignore this message.', null, true);
|
this.scene.queueMessage('Save data could not be found. If this is a new account, you can safely ignore this message.', null, true);
|
||||||
return resolve(true);
|
return resolve(true);
|
||||||
} else if (response.indexOf('Too many connections') > -1) {
|
} else if (response.indexOf('Too many connections') > -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user