From f74c153a47b8269863c3dd823c2726729e2ea290 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Wed, 23 Jun 2021 08:47:14 -0400 Subject: [PATCH] or (#5449) --- core/src/mindustry/entities/bullet/BulletType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/entities/bullet/BulletType.java b/core/src/mindustry/entities/bullet/BulletType.java index f09c5967f7..7ed52813a7 100644 --- a/core/src/mindustry/entities/bullet/BulletType.java +++ b/core/src/mindustry/entities/bullet/BulletType.java @@ -297,7 +297,7 @@ public class BulletType extends Content implements Cloneable{ } } - /** Called when the bullet reaches the end of its lifetime of is destroyed by something external. */ + /** Called when the bullet reaches the end of its lifetime or is destroyed by something external. */ public void despawned(Bullet b){ if(despawnHit){ hit(b);