mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 20:12:55 +00:00
Forgot to set task variable.
This commit is contained in:
parent
8ac91f7097
commit
1ab74dae05
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue