Skip to content

Commit

Permalink
fix: *sigh*
Browse files Browse the repository at this point in the history
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
  • Loading branch information
Octol1ttle committed May 17, 2024
1 parent f60c84f commit 1044950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private Color getAltitudeColor(int safeLevel, float altitude) {

@Override
public void renderFaulted(DrawContext context, TextRenderer textRenderer) {
DrawHelper.drawText(textRenderer, context, Text.translatable("short.flightassistant_altitude"), dim.rFrame + 7, dim.yMid - 3, FAConfig.indicator().warningColor);
DrawHelper.drawText(textRenderer, context, Text.translatable("short.flightassistant.altitude"), dim.rFrame + 7, dim.yMid - 3, FAConfig.indicator().warningColor);
}

@Override
Expand Down

0 comments on commit 1044950

Please sign in to comment.