Skip to content

Commit 361994f

Browse files
authored
Merge pull request #316 from Prisma501/master
added Drones to initLayers and removed some calls from the interval r…
2 parents a2c87da + 35b0605 commit 361994f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/SdtdMap.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,8 @@ export default {
135135
this.drawLandClaims();
136136
this.drawPlayers();
137137
this.drawHomes();
138-
this.drawQuestPoi();
139-
this.drawTraders();
140-
this.drawPois();
138+
this.drawVehicles();
139+
this.drawDrones();
141140
}, 30000);
142141
143142
this.createMap();
@@ -696,6 +695,7 @@ export default {
696695
await this.drawPlayers();
697696
await this.drawHomes();
698697
await this.drawVehicles();
698+
await this.drawDrones();
699699
await this.drawQuestPoi();
700700
await this.drawTraders();
701701
await this.drawPois();

0 commit comments

Comments
 (0)