sexy
This commit is contained in:
parent
706fff00d4
commit
c2170ddfcd
2 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,8 @@ public class ChomeNSAuth extends Listener {
|
||||||
|
|
||||||
final String toSendString = GsonComponentSerializer.gson().serialize(toSend);
|
final String toSendString = GsonComponentSerializer.gson().serialize(toSend);
|
||||||
|
|
||||||
|
System.out.println("Sending " + toSendString + " to " + selector);
|
||||||
|
|
||||||
CommandCore.INSTANCE.run("tellraw " + selector + " " + toSendString);
|
CommandCore.INSTANCE.run("tellraw " + selector + " " + toSendString);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -211,6 +211,8 @@ public class CommandCore {
|
||||||
|
|
||||||
if (block == null) return;
|
if (block == null) return;
|
||||||
|
|
||||||
|
System.out.println(command);
|
||||||
|
|
||||||
if (KaboomCheck.INSTANCE.isKaboom) {
|
if (KaboomCheck.INSTANCE.isKaboom) {
|
||||||
connection.send(
|
connection.send(
|
||||||
new UpdateCommandBlockC2SPacket(
|
new UpdateCommandBlockC2SPacket(
|
||||||
|
|
Loading…
Reference in a new issue