Skip to content

Commit a2f5668

Browse files
typescript
1 parent 8ebcf3a commit a2f5668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/Arena.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default class ArenaEntity extends Entity implements TeamGroupEntity {
314314
tank.positionData.values.y = y;
315315
}
316316

317-
public attemptFactorySpawn(tank: TankBody) {
317+
public attemptFactorySpawn(tank: TankBody): boolean {
318318
if (Math.random() > factorySpawnChance) return false;
319319

320320
const team = tank.relationsData.values.team;

0 commit comments

Comments
 (0)