fix: reenable metadata on exiting configuration

This commit is contained in:
mworzala 2024-01-07 15:14:38 -05:00 committed by Matt Worzala
parent a910ce359d
commit 3bbdb1f0c9

View File

@ -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