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