mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-12 18:40:07 +02:00
UI: Reload immediately after importing, deleting save data or killing all scripts (#2697)
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ class BitburnerSaveObject implements BitburnerSaveObjectType {
|
||||
dialogBoxCreate(`Cannot import save data: ${error}`);
|
||||
return;
|
||||
}
|
||||
setTimeout(() => location.reload(), 1000);
|
||||
setTimeout(() => location.reload(), 0);
|
||||
}
|
||||
|
||||
async getSaveDataFromFile(files: FileList | null): Promise<SaveData> {
|
||||
|
||||
Reference in New Issue
Block a user