Skip to content

Commit

Permalink
Update LootMixin.java whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
JSJBDEV authored Jun 10, 2024
1 parent 294c215 commit 0d47788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gd/rf/acro/givemehats/mixin/LootMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void loot(PlayerEntity player, CallbackInfo ci)
Random random;
if (player == null)
{
Random random = Random.create(this.lootTableSeed);
random = Random.create(this.lootTableSeed);
} else {
random = player.getRandom();
}
Expand Down

0 comments on commit 0d47788

Please sign in to comment.