mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 04:19:28 +00:00
fix: Flying with elytra and teleporting with backpack causing NPE
This commit is contained in:
@@ -101,7 +101,7 @@ public class PlayerGameListener implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
if (user.hasCosmeticInSlot(CosmeticSlot.BACKPACK)) {
|
||||
if (user.hasCosmeticInSlot(CosmeticSlot.BACKPACK) && user.getUserBackpackManager() != null) {
|
||||
user.getUserBackpackManager().hideBackpack();
|
||||
|
||||
user.getUserBackpackManager().getArmorStand().teleport(event.getTo());
|
||||
|
||||
Reference in New Issue
Block a user