fix: fixed removing puppet

This commit is contained in:
Andrey Terentev 2025-05-22 18:04:25 +07:00
parent 0f047692b0
commit 0e5a82d02f

View File

@ -50,6 +50,7 @@ public class PuppeteerSubcommand extends Command {
if (isNotCreated(sender)) return;
entity.remove();
entity = null;
sender.sendMessage(Component.text("Entity removed!"));
}