mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-26 10:19:12 +00:00
oops
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user