mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-20 07:02:32 +01:00
Temporarily remove tags packet
This commit is contained in:
parent
099b031875
commit
08684d075a
@ -292,7 +292,8 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
|
||||
// Recipes end
|
||||
|
||||
// Tags
|
||||
this.playerConnection.sendPacket(TagsPacket.getRequiredTagsPacket());
|
||||
// FIXME
|
||||
//this.playerConnection.sendPacket(TagsPacket.getRequiredTagsPacket());
|
||||
|
||||
// Some client update
|
||||
this.playerConnection.sendPacket(getPropertiesPacket()); // Send default properties
|
||||
|
Loading…
Reference in New Issue
Block a user