aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/entity/projectile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/entity/projectile')
-rw-r--r--src/Java/gtPlusPlus/core/entity/projectile/EntityToxinball.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/core/entity/projectile/EntityToxinball.java b/src/Java/gtPlusPlus/core/entity/projectile/EntityToxinball.java
index 5fcdc67ed6..f68ef82622 100644
--- a/src/Java/gtPlusPlus/core/entity/projectile/EntityToxinball.java
+++ b/src/Java/gtPlusPlus/core/entity/projectile/EntityToxinball.java
@@ -19,12 +19,8 @@ public abstract class EntityToxinball extends EntityFireball {
protected int entityZ = -1;
private Block block;
private boolean inGround;
- public EntityLivingBase shootingEntity;
private int ticksAlive;
private int ticksInAir;
- public double accelerationX;
- public double accelerationY;
- public double accelerationZ;
public EntityToxinball(World world) {
super(world);