mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-4321: Team#getSuffix returns the prefix
By: md_5 <git@md-5.net>
This commit is contained in:
parent
e75b0ca57e
commit
da45a06d52
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
|||
public String getSuffix() throws IllegalStateException {
|
||||
CraftScoreboard scoreboard = checkState();
|
||||
|
||||
return CraftChatMessage.fromComponent(team.getPrefix());
|
||||
return CraftChatMessage.fromComponent(team.getSuffix());
|
||||
}
|
||||
|
||||
public void setSuffix(String suffix) throws IllegalStateException, IllegalArgumentException {
|
||||
|
|
Loading…
Add table
Reference in a new issue