mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
parent
1192825d51
commit
842f0e88b0
@ -181,7 +181,7 @@ export class SaveSlotSelectUiHandler extends MessageUiHandler {
|
|||||||
ui.setOverlayMode(
|
ui.setOverlayMode(
|
||||||
UiMode.CONFIRM,
|
UiMode.CONFIRM,
|
||||||
() => {
|
() => {
|
||||||
globalScene.gameData.tryClearSession(cursor).then(response => {
|
globalScene.gameData.deleteSession(cursor).then(response => {
|
||||||
if (response[0] === false) {
|
if (response[0] === false) {
|
||||||
globalScene.reset(true);
|
globalScene.reset(true);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user