1
0
Fork 0
mirror of https://github.com/ChomeNS/chomens-bot-mc.git synced 2025-04-24 04:53:39 -04:00

SAAAAAAfdsgfjghfdkhgjkfdg

This commit is contained in:
ChomeNS 2022-08-19 08:46:32 +07:00
parent e6ecfcc7eb
commit d4a7313d21

View file

@ -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);