Fixed shoot pattern overrides not working in mods

This commit is contained in:
Anuken
2023-04-08 21:37:33 -04:00
parent 34b22f292c
commit b692c071ba
2 changed files with 6 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ public class ShootMulti extends ShootPattern{
if(move != null) move.move(b);
if(mover != null) mover.move(b);
});
});
}, null);
}
}, barrelIncrementer);
}