added DME, fixed sync and bugs. Rewrote setDisplay logic
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user