Skip to content

Commit

Permalink
De-debug shuriken :I
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Oct 26, 2014
1 parent f9fedaf commit 0691d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/tconstruct/weaponry/entity/ShurikenEntity.java
Expand Up @@ -49,8 +49,7 @@ public void readSpawnData(ByteBuf data) {

@Override
protected double getGravity() {
return 0; // todo: remove debug code ;)
//return (this.ticksExisted/8) * 0.018d; // integer division. so the first 20 ticks it will have no gravity at all.
return (this.ticksExisted/8) * 0.018d; // integer division. so the first 20 ticks it will have no gravity at all.
}

@Override
Expand Down

0 comments on commit 0691d21

Please sign in to comment.