mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
SAAAAAAfdsgfjghfdkhgjkfdg
This commit is contained in:
parent
e6ecfcc7eb
commit
d4a7313d21
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ function inject(bot) {
|
|||
});
|
||||
|
||||
bot._client.on('multi_block_change', (packet) => {
|
||||
if (core.isCore(packet.chunkCoordinates)) fillCore();
|
||||
if (core.start===packet.chunkCoordinates || core.end===packet.chunkCoordinates) fillCore();
|
||||
});
|
||||
|
||||
bot.on('position', fillCore);
|
||||
|
|
Loading…
Reference in a new issue