Add player class to output

This commit is contained in:
GeorgH93 2023-07-27 02:45:11 +02:00
parent 8a20b49bfd
commit f0d8cefc26
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
1 changed files with 1 additions and 1 deletions

View File

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