fix: make core resize in core if possible

This commit is contained in:
ChomeNS
2025-04-30 20:27:53 +07:00
parent 4e15434863
commit b8068d72ff
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
2985
2988

View File

@@ -555,6 +555,7 @@ public class CorePlugin implements Listener {
);
if (useChat) bot.chat.sendCommandInstantly(command);
else if (isCoreExists()) run(command);
else runPlaceBlock(command);
refilledMap.put(y, true);