Make Tumble work for real.

This commit is contained in:
sigonasr2 2016-07-19 23:38:22 -05:00
parent 01699e6710
commit 4eae40adc8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1803,7 +1803,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
Arrow a = (Arrow)nearby.get(i); Arrow a = (Arrow)nearby.get(i);
a.setCustomName("HIT"); a.setCustomName("HIT");
a.setVelocity(new Vector(0,0,0)); a.setVelocity(new Vector(0,0,0));
} }
} }
} }
} }