mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
oops
This commit is contained in:
parent
6ee3d4ed96
commit
bad077de53
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue