Fixed missing isAlive value

This commit is contained in:
Pax1601
2023-07-26 10:58:39 +02:00
parent 3c11e1c2a1
commit 3fac8a5663
4 changed files with 39 additions and 17 deletions

View File

@@ -388,7 +388,7 @@ export function startUpdate() {
getUnits((buffer: ArrayBuffer) => {
var time = getUnitsManager()?.update(buffer);
return time;
}, false);
}, true);
getConnectionStatusPanel()?.update(getConnected());
}
}, 5000);