Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LemADEC committed Sep 7, 2015
1 parent 7ee3252 commit 625d422
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 136 deletions.
5 changes: 5 additions & 0 deletions src/main/java/cr0s/warpdrive/EntityJump.java
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,11 @@ public int[] getVector(int i) {
case 270:
v[0] = -dz;
v[2] = dx;
break;

default:
WarpDrive.logger.error(this + "Invalid direction " + i);
break;
}

return v;
Expand Down
Loading

0 comments on commit 625d422

Please sign in to comment.