This commit is contained in:
PrinceSky-Git
2026-06-10 12:41:17 +05:30
committed by GitHub

View File

@@ -265,7 +265,7 @@ export const SimServers = new class SimServersT {
constructor() {
fs.watchFile(Config.serverlist, (curr, prev) => {
if (curr.mtime > prev.mtime) {
this.loadServers();
this.servers = this.loadServers();
}
});
}