We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faed7b commit 7fc81ecCopy full SHA for 7fc81ec
1 file changed
src/Gamemodes/Tag.ts
@@ -89,7 +89,6 @@ export default class TagArena extends ArenaEntity {
89
}
90
91
public spawnPlayer(tank: TankBody, client: Client) {
92
- this.updateArenaState();
93
const deathMixin = tank.onDeath.bind(tank);
94
tank.onDeath = (killer: LivingEntity) => {
95
deathMixin(killer);
@@ -196,3 +195,4 @@ export default class TagArena extends ArenaEntity {
196
195
197
198
+
0 commit comments