mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
0b101
This commit is contained in:
parent
63ef5e4ff1
commit
a153a0d4f7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function inject (bot, dcclient, config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (impulseMode) bot.write('update_command_block', { location, command: '', mode: 0, flags: 0 })
|
if (impulseMode) bot.write('update_command_block', { location, command: '', mode: 0, flags: 0 })
|
||||||
bot.write('update_command_block', { location, command: String(command).substring(0, 32767), mode: impulseMode ? 2 : 1, flags: 0b100 })
|
bot.write('update_command_block', { location, command: String(command).substring(0, 32767), mode: impulseMode ? 2 : 1, flags: 0b101 })
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
bot.console.error(e)
|
bot.console.error(e)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue