mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 22:45:04 +01: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;
|
this.nametag = this.username;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(this.username + " " + this.nametag + " " + needsUpdate);
|
|
||||||
|
|
||||||
if (needsUpdate) {
|
if (needsUpdate) {
|
||||||
dirtyMetadata.put(EntityData.NAMETAG, this.nametag);
|
dirtyMetadata.put(EntityData.NAMETAG, this.nametag);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue