mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-04 23:47:59 +01:00
fix: reenable metadata on exiting configuration
This commit is contained in:
parent
a910ce359d
commit
3bbdb1f0c9
@ -309,6 +309,8 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
|
||||
|
||||
sendPacket(new SpawnPositionPacket(respawnPoint, 0));
|
||||
|
||||
// Reenable metadata notifications as we leave the configuration state
|
||||
metadata.setNotifyAboutChanges(true);
|
||||
sendPacket(getMetadataPacket());
|
||||
|
||||
// Add player to list with spawning skin
|
||||
|
Loading…
Reference in New Issue
Block a user