From f0d8cefc269cd92286fd2c8f1692ee884612761c Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Thu, 27 Jul 2023 02:45:11 +0200 Subject: [PATCH] Add player class to output --- .../pcgamingfreaks/Minepacks/Bukkit/Command/DebugCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Command/DebugCommand.java b/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Command/DebugCommand.java index 9b045c3..6002a0a 100644 --- a/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Command/DebugCommand.java +++ b/Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Command/DebugCommand.java @@ -51,7 +51,6 @@ import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.util.ArrayList; import java.util.List; -import java.util.Set; import java.util.logging.Level; public class DebugCommand extends MinepacksCommand @@ -195,6 +194,7 @@ public class DebugCommand extends MinepacksCommand { commandSender.sendMessage("Inventory size does not match backpack size!"); } + commandSender.sendMessage("Player class: " + player.getClass().getName()); commandSender.sendMessage("###############################"); } else