mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-25 14:14:32 +01:00
Remove debug logging
This commit is contained in:
parent
2a1d25d4c0
commit
295c28cfac
1 changed files with 0 additions and 3 deletions
|
@ -134,9 +134,6 @@ public class MagicProjectileEntity extends ThrownItemEntity implements Magical,
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void tick() {
|
public void tick() {
|
||||||
|
|
||||||
System.out.println(this.getPos() + " " + this.getVelocity());
|
|
||||||
|
|
||||||
if (!world.isClient()) {
|
if (!world.isClient()) {
|
||||||
if (Math.abs(getVelocity().x) < 0.01 && Math.abs(getVelocity().x) < 0.01 && Math.abs(getVelocity().y) < 0.01) {
|
if (Math.abs(getVelocity().x) < 0.01 && Math.abs(getVelocity().x) < 0.01 && Math.abs(getVelocity().y) < 0.01) {
|
||||||
remove();
|
remove();
|
||||||
|
|
Loading…
Reference in a new issue