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