We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2c87da + 35b0605 commit 361994fCopy full SHA for 361994f
1 file changed
src/components/SdtdMap.vue
@@ -135,9 +135,8 @@ export default {
135
this.drawLandClaims();
136
this.drawPlayers();
137
this.drawHomes();
138
- this.drawQuestPoi();
139
- this.drawTraders();
140
- this.drawPois();
+ this.drawVehicles();
+ this.drawDrones();
141
}, 30000);
142
143
this.createMap();
@@ -696,6 +695,7 @@ export default {
696
695
await this.drawPlayers();
697
await this.drawHomes();
698
await this.drawVehicles();
+ await this.drawDrones();
699
await this.drawQuestPoi();
700
await this.drawTraders();
701
await this.drawPois();
0 commit comments