Skip to content

Commit

Permalink
#68*
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 18, 2024
1 parent 65b04f6 commit 6d6744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dre/brewery/BreweryPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void onEnable() {
.filter(Objects::nonNull)
.collect(Collectors.toMap(
BCauldron::getBlock, Function.identity(),
(existing, replacement) -> replacement // Issues#69
(existing, replacement) -> replacement // Issues#68
)));
BPlayer.getPlayers().putAll(dataManager.getAllPlayers()
.stream()
Expand Down

0 comments on commit 6d6744b

Please sign in to comment.