Skip to content

Commit

Permalink
Remove accidental println
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Mar 13, 2024
1 parent 6a7d91b commit 17ec176
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ public void init() {

Vec3 offset = new Vec3(xDiff, yDiff, zDiff);
int closestDegree = Mth.roundToward((int) this.rotationTextField.getFloat(), 90);
System.out.println(closestDegree);
switch (closestDegree) {
case 90: {
//Rotate the desired position to have the correct values
Expand Down

0 comments on commit 17ec176

Please sign in to comment.