We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282dc11 commit 8d2d290Copy full SHA for 8d2d290
src/Gamemodes/Tag.ts
@@ -126,7 +126,7 @@ export default class TagArena extends ArenaEntity {
126
tank.relationsData.values.team = team;
127
tank.styleData.values.color = team.teamData.values.teamColor;
128
129
- const { x, y } = this.findSpawnLocation();
+ const { x, y } = this.findPlayerSpawnLocation();
130
131
tank.positionData.values.x = x;
132
tank.positionData.values.y = y;
@@ -194,5 +194,3 @@ export default class TagArena extends ArenaEntity {
194
}
195
196
197
-
198
0 commit comments