1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-26 10:19:12 +00:00
This commit is contained in:
Camotoy
2023-02-07 13:15:02 -05:00
parent 6ee3d4ed96
commit bad077de53

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