Skip to content

Commit

Permalink
Merge branch 'next' into instancing-rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx authored Nov 16, 2024
2 parents 18a13e3 + ce570de commit f016e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/paneedah/weaponlib/Weapon.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static class Builder {
private CreativeTabs creativeTab;
private WeaponRenderer renderer;
//float zoom = Weapon.DEFAULT_ZOOM;
@Getter List<Integer> maxShots = new ArrayList<>();
@Getter List<Integer> maxShots = new ArrayList<>(); // ! TODO: This is despicable
String crosshair;
String crosshairRunning;
String crosshairZoomed;
Expand Down

0 comments on commit f016e7b

Please sign in to comment.