1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-03-31 03:38:19 +02:00
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

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);
}