geforkt von Mirrors/Paper
SPIGOT-4321: Team#getSuffix returns the prefix
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
e75b0ca57e
Commit
da45a06d52
@ -61,7 +61,7 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
|||||||
public String getSuffix() throws IllegalStateException {
|
public String getSuffix() throws IllegalStateException {
|
||||||
CraftScoreboard scoreboard = checkState();
|
CraftScoreboard scoreboard = checkState();
|
||||||
|
|
||||||
return CraftChatMessage.fromComponent(team.getPrefix());
|
return CraftChatMessage.fromComponent(team.getSuffix());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setSuffix(String suffix) throws IllegalStateException, IllegalArgumentException {
|
public void setSuffix(String suffix) throws IllegalStateException, IllegalArgumentException {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren