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