mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
CODEBASE: Show error dialog when finding out old bugs in pre-v2.4.0 (#1816)
* CODEBASE: Show error dialog when finding out old bugs in pre-v2.4.0 * Only show error dialog once
This commit is contained in:
@@ -480,7 +480,7 @@ Error: ${e}`,
|
||||
);
|
||||
}
|
||||
if (ver < 33) {
|
||||
// 2.3.2 fixed what should be the last issue with scripts having the wrong server assigned..
|
||||
// 2.4.0 fixed what should be the last issue with scripts having the wrong server assigned
|
||||
for (const server of GetAllServers()) {
|
||||
for (const script of server.scripts.values()) {
|
||||
if (script.server !== server.hostname) {
|
||||
|
||||
Reference in New Issue
Block a user