Skip to content

Commit

Permalink
fix minor text oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Sep 30, 2024
1 parent 0cd2f36 commit 88d8155
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2692,10 +2692,9 @@ protected ModularWindow createSpecialThanksWindow(final EntityPlayer player) {
.setSize(60, 10))
.widget(
new TextWidget(
EnumChatFormatting.DARK_AQUA + translateToLocal("gt.blockmachines.multimachine.FOG.teg")
+ " "
+ EnumChatFormatting.RESET
+ translateToLocal("gt.blockmachines.multimachine.FOG.serenybiss")).setScale(0.8f)
translateToLocal("gt.blockmachines.multimachine.FOG.serenybiss") + " "
+ EnumChatFormatting.DARK_AQUA
+ translateToLocal("gt.blockmachines.multimachine.FOG.teg")).setScale(0.8f)
.setTextAlignment(Alignment.CenterLeft)
.setPos(7, 67)
.setSize(60, 10))
Expand Down

0 comments on commit 88d8155

Please sign in to comment.