mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-13 21:20:12 +02:00
Replace colors for header and footer
This commit is contained in:
parent
aba8a6e1ed
commit
4c2ad07049
@ -112,8 +112,8 @@ public final class LimboConfig {
|
||||
playerListUsername = conf.node("playerList", "username").getString();
|
||||
|
||||
if (useHeaderAndFooter) {
|
||||
playerListHeader = conf.node("headerAndFooter", "header").getString();
|
||||
playerListFooter = conf.node("headerAndFooter", "footer").getString();
|
||||
playerListHeader = Colors.of(conf.node("headerAndFooter", "header").getString());
|
||||
playerListFooter = Colors.of(conf.node("headerAndFooter", "footer").getString());
|
||||
}
|
||||
|
||||
infoForwarding = conf.node("infoForwarding").get(InfoForwarding.class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user