green wolf message

This commit is contained in:
2021-01-28 15:28:24 +01:00
parent 413155d7d5
commit bd765b6faf

View File

@ -39,6 +39,6 @@ public class MixinDisconnectedScreen
renderer.draw(matrices, text,
(window.getScaledWidth() - renderer.getWidth(text)) / 2F, // centered
(window.getScaledHeight() - reasonHeight) / 2F - 9 * 4, // 9 * 2 higher than the title which is 9 * 2 higher than the disconnect reason
Formatting.WHITE.getColorValue());
Formatting.GREEN.getColorValue());
}
}