hopefully fix the core problem?
This commit is contained in:
parent
ee9f733e4e
commit
44764e4e3f
1 changed files with 2 additions and 8 deletions
|
@ -64,6 +64,8 @@ public class CorePlugin extends PositionPlugin.PositionListener {
|
|||
ready = false;
|
||||
|
||||
refillTask.cancel(true);
|
||||
|
||||
reset();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -76,14 +78,6 @@ public class CorePlugin extends PositionPlugin.PositionListener {
|
|||
public void run (String command) {
|
||||
if (!ready) return;
|
||||
|
||||
bot.session().send(new ServerboundSetCommandBlockPacket(
|
||||
absoluteCorePosition(),
|
||||
"",
|
||||
CommandBlockMode.REDSTONE,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
));
|
||||
bot.session().send(new ServerboundSetCommandBlockPacket(
|
||||
absoluteCorePosition(),
|
||||
command,
|
||||
|
|
Loading…
Reference in a new issue