mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Forgot to set task variable.
This commit is contained in:
parent
8ac91f7097
commit
1ab74dae05
@ -331,7 +331,7 @@ public class TFM_PlayerData
|
|||||||
public void startArrowShooter(TotalFreedomMod plugin)
|
public void startArrowShooter(TotalFreedomMod plugin)
|
||||||
{
|
{
|
||||||
this.stopArrowShooter();
|
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;
|
mp44_firing = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user