fix: emergency fix tracked core getting wrong output WRONG IP TRACKING !!!!!!!!!!!!!

This commit is contained in:
ChomeNS
2025-05-01 10:59:02 +07:00
parent 9d9955444b
commit 527517ab9e
2 changed files with 3 additions and 3 deletions

View File

@@ -158,8 +158,6 @@ public class CorePlugin implements Listener {
if (!bot.serverFeatures.hasNamespaces) command = StringUtilities.removeNamespace(command);
incrementBlock(0);
if (bot.serverFeatures.hasExtras) {
bot.session.send(new ServerboundSetCommandBlockPacket(
block,
@@ -188,6 +186,8 @@ public class CorePlugin implements Listener {
true
));
}
incrementBlock(0);
}
public void run (final String command) {