or (#5449)
This commit is contained in:
@@ -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){
|
public void despawned(Bullet b){
|
||||||
if(despawnHit){
|
if(despawnHit){
|
||||||
hit(b);
|
hit(b);
|
||||||
|
|||||||
Reference in New Issue
Block a user