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:
catloversg
2024-12-01 06:31:44 +07:00
committed by GitHub
parent 9c7223f876
commit 7a4b3e23c1
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -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) {