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