mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-20 15:39:16 +00:00
fix: backpacks not reattaching after teleporting
This commit is contained in:
@@ -144,7 +144,7 @@ public class PlayerGameListener implements Listener {
|
|||||||
user.respawnBalloon();
|
user.respawnBalloon();
|
||||||
}
|
}
|
||||||
user.updateCosmetic();
|
user.updateCosmetic();
|
||||||
}, 1);
|
}, 2);
|
||||||
|
|
||||||
if (event.getCause().equals(PlayerTeleportEvent.TeleportCause.NETHER_PORTAL) || event.getCause().equals(PlayerTeleportEvent.TeleportCause.END_PORTAL)) return;
|
if (event.getCause().equals(PlayerTeleportEvent.TeleportCause.NETHER_PORTAL) || event.getCause().equals(PlayerTeleportEvent.TeleportCause.END_PORTAL)) return;
|
||||||
if (user.getUserEmoteManager().isPlayingEmote()) {
|
if (user.getUserEmoteManager().isPlayingEmote()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user