added DME, fixed sync and bugs. Rewrote setDisplay logic

This commit is contained in:
PxlLoewe
2025-05-19 22:23:15 -07:00
parent 46c58ae127
commit 61e7caf6c8
23 changed files with 776 additions and 242 deletions

View File

@@ -100,7 +100,7 @@ export const handleConnectPilot =
},
})
.catch(console.error);
io.to("dispatchers").emit("pilots-update");
io.to("dispatchers").emit("update-connectedAircraft");
io.to("pilots").emit("pilots-update");
});
} catch (error) {