Temporarily remove tags packet

This commit is contained in:
TheMode 2021-06-11 18:53:35 +02:00
parent 099b031875
commit 08684d075a

View File

@ -292,7 +292,8 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
// Recipes end // Recipes end
// Tags // Tags
this.playerConnection.sendPacket(TagsPacket.getRequiredTagsPacket()); // FIXME
//this.playerConnection.sendPacket(TagsPacket.getRequiredTagsPacket());
// Some client update // Some client update
this.playerConnection.sendPacket(getPropertiesPacket()); // Send default properties this.playerConnection.sendPacket(getPropertiesPacket()); // Send default properties