mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 03:25:19 +01:00
Format group info prefix and suffix (#2677)
This commit is contained in:
parent
d7fa9e08f3
commit
f3857090fa
@ -3139,7 +3139,7 @@ public interface Message {
|
||||
builder.append(text()
|
||||
.color(WHITE)
|
||||
.append(text('"'))
|
||||
.append(text(prefix))
|
||||
.append(formatColoredValue(prefix))
|
||||
.append(text('"'))
|
||||
);
|
||||
}
|
||||
@ -3156,7 +3156,7 @@ public interface Message {
|
||||
builder.append(text()
|
||||
.color(WHITE)
|
||||
.append(text('"'))
|
||||
.append(text(suffix))
|
||||
.append(formatColoredValue(suffix))
|
||||
.append(text('"'))
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user