mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove debug code
This commit is contained in:
parent
892855415b
commit
3d6dd6b8ac
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ public class PlayerEntity extends LivingEntity {
|
||||||
String prefix = team.getCurrentData().getPrefix();
|
String prefix = team.getCurrentData().getPrefix();
|
||||||
String suffix = team.getCurrentData().getSuffix();
|
String suffix = team.getCurrentData().getSuffix();
|
||||||
newDisplayName = chatColor + prefix + chatColor + this.username + chatColor + suffix;
|
newDisplayName = chatColor + prefix + chatColor + this.username + chatColor + suffix;
|
||||||
System.out.println(newDisplayName);
|
|
||||||
} else {
|
} else {
|
||||||
// The name is not visible to the session player; clear name
|
// The name is not visible to the session player; clear name
|
||||||
newDisplayName = "";
|
newDisplayName = "";
|
||||||
|
|
Loading…
Reference in a new issue