Forgot to set task variable.

This commit is contained in:
Steven Lawson 2013-07-28 13:15:51 -04:00
parent 8ac91f7097
commit 1ab74dae05

View file

@ -331,7 +331,7 @@ public class TFM_PlayerData
public void startArrowShooter(TotalFreedomMod plugin)
{
this.stopArrowShooter();
new ArrowShooter(this.player).runTaskTimer(plugin, 1L, 1L);
this.mp44_schedule_id = new ArrowShooter(this.player).runTaskTimer(plugin, 1L, 1L);
mp44_firing = true;
}