mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
Forgot to set task variable.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user