Skip to content

Commit

Permalink
#150 Patched to hot-fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paneedah committed Dec 18, 2023
1 parent aeeb477 commit c61162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/paneedah/mwc/weapons/Magazines.java
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public static void init(Object mod) {

Magazines.NGSWRMag = new ItemMagazine.Builder()
.withCapacity(20)
.withCompatibleBullet(Bullets.Bullet556x45)
.withCompatibleBullet(Bullets.Bullet65)
.withName("NGSWR_Mag")
.withRotationPoint(-0.16000000476837162, -0.44000001311302195, -1.4800000441074375)

Expand Down

0 comments on commit c61162a

Please sign in to comment.