Skip to content

Commit

Permalink
change gear mode change message to be in the action bar
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Aug 16, 2024
1 parent df5bee7 commit fca994a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public <DATA> void sendMessage(Player player, DATA data, Function<DATA, Componen
//TODO: Eventually decide if we want to make it so that it checks if IModeItem#getScrollTextComponent is null and otherwise just make it a system message
displayModeChange(player);
} else if (this == OTHER) {
player.sendSystemMessage(MekanismUtils.logFormat(message.apply(data)));
player.displayClientMessage(message.apply(data), true);
}
}
}
Expand Down

0 comments on commit fca994a

Please sign in to comment.