ADD: added Debug perceived tracklist and minimap

This commit is contained in:
Henry Winkel
2024-03-07 18:36:57 +01:00
parent 5a59f87f13
commit b17c62ae09
13 changed files with 468 additions and 60 deletions

View File

@@ -14,7 +14,7 @@ import Track from "./Track.tsx";
import './SimControl.scss'
import EntityTrackList from "./components/EntityTrackList";
import { getWSTestMessage } from "../api/APICalls";
import { getCOP, getWSTestMessage } from "../api/APICalls";
@@ -126,7 +126,7 @@ class SimControl extends Component {
// Data: "COP"
// }
client.send(getWSTestMessage());
client.send(getCOP());
}
getEntityFromID(Entities, SelectedEntity)