Remove debug code

This commit is contained in:
Camotoy 2021-12-11 16:06:47 -05:00
parent 892855415b
commit 3d6dd6b8ac
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ public class PlayerEntity extends LivingEntity {
String prefix = team.getCurrentData().getPrefix();
String suffix = team.getCurrentData().getSuffix();
newDisplayName = chatColor + prefix + chatColor + this.username + chatColor + suffix;
System.out.println(newDisplayName);
} else {
// The name is not visible to the session player; clear name
newDisplayName = "";