ADD: added Debug perceived tracklist and minimap
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user