mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
chore: removed comments
This commit is contained in:
parent
3a44608e2b
commit
efd7c3cec9
@ -626,12 +626,12 @@ export class ServerManager {
|
||||
loadEnvResources() {
|
||||
/* Load the drawings */
|
||||
this.getDrawings((drawingsData: { drawings: Record<string, Record<string, any>> }) => {
|
||||
console.log('---- drawings: ', drawingsData);
|
||||
|
||||
if (drawingsData) {
|
||||
getApp().getDrawingsManager()?.initDrawings(drawingsData);
|
||||
}
|
||||
}, () => {});
|
||||
|
||||
// TODO: load navPoints
|
||||
}
|
||||
|
||||
startUpdate() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user