Skip to content

Commit 8d2d290

Browse files
Update Tag.ts
1 parent 282dc11 commit 8d2d290

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Gamemodes/Tag.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default class TagArena extends ArenaEntity {
126126
tank.relationsData.values.team = team;
127127
tank.styleData.values.color = team.teamData.values.teamColor;
128128

129-
const { x, y } = this.findSpawnLocation();
129+
const { x, y } = this.findPlayerSpawnLocation();
130130

131131
tank.positionData.values.x = x;
132132
tank.positionData.values.y = y;
@@ -194,5 +194,3 @@ export default class TagArena extends ArenaEntity {
194194
}
195195
}
196196
}
197-
198-

0 commit comments

Comments
 (0)