Removed coment

This commit is contained in:
Bertie690 2025-09-18 16:28:49 -04:00
parent 1dca29d2eb
commit b499a06585

View File

@ -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) {