Update saves bank path

This commit is contained in:
thepaperpilot 2024-04-12 07:04:52 -05:00 committed by thepaperpilot
parent 2d28be84a9
commit 239ae7c94a

View file

@ -130,7 +130,7 @@ watch(saveToImport, importedSave => {
}
});
let bankContext = import.meta.globEager("./../../saves/*.txt", { as: "raw" });
let bankContext = import.meta.globEager("./../../../saves/*.txt", { as: "raw" });
let bank = ref(
Object.keys(bankContext).reduce((acc: Array<{ label: string; value: string }>, curr) => {
acc.push({