This commit is contained in:
Camotoy 2023-02-07 13:15:02 -05:00
parent 6ee3d4ed96
commit bad077de53
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ public class PlayerEntity extends LivingEntity {
this.nametag = this.username;
}
System.out.println(this.username + " " + this.nametag + " " + needsUpdate);
if (needsUpdate) {
dirtyMetadata.put(EntityData.NAMETAG, this.nametag);
}