mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Removed coment
This commit is contained in:
parent
1dca29d2eb
commit
b499a06585
@ -922,7 +922,6 @@ export class GameData {
|
|||||||
return !(success !== null && !success);
|
return !(success !== null && !success);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: This is jank
|
|
||||||
async loadSession(slotId: number, sessionData?: SessionSaveData): Promise<boolean> {
|
async loadSession(slotId: number, sessionData?: SessionSaveData): Promise<boolean> {
|
||||||
sessionData ??= (await this.getSession(slotId)) ?? undefined;
|
sessionData ??= (await this.getSession(slotId)) ?? undefined;
|
||||||
if (!sessionData) {
|
if (!sessionData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user