From 26c579b69f8f7d4528b3f08a12033744bd1d65a4 Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Sun, 25 May 2025 14:02:04 -0500 Subject: [PATCH] chore: add cosmetic passengers to dump command --- .../com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java index 5fe25335..cf7fdd70 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java @@ -400,6 +400,7 @@ public class CosmeticCommand implements CommandExecutor { if (user.hasCosmeticInSlot(CosmeticSlot.BACKPACK)) { player.sendMessage("Backpack Location -> " + user.getUserBackpackManager().getEntityManager().getLocation()); } + player.sendMessage("Cosmetic Passengers -> " + user.getUserBackpackManager().getAreaEffectEntityId()); player.sendMessage("Cosmetics -> " + user.getCosmetics()); player.sendMessage("EntityId -> " + player.getEntityId()); return true;