mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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
|
||||
public void tick() {
|
||||
|
||||
System.out.println(this.getPos() + " " + this.getVelocity());
|
||||
|
||||
if (!world.isClient()) {
|
||||
if (Math.abs(getVelocity().x) < 0.01 && Math.abs(getVelocity().x) < 0.01 && Math.abs(getVelocity().y) < 0.01) {
|
||||
remove();
|
||||
|
|
Loading…
Reference in a new issue