missing new line

This commit is contained in:
ChomeNS 2022-11-21 19:50:02 +07:00
parent 9fc6f69140
commit a348148fd7

1
bot.js
View file

@ -166,6 +166,7 @@ async function createBot(server, config, getBots, dcclient, rl) {
bot._client.on('keep_alive', (packet) => {
bot.write('keep_alive', {keepAliveId: packet.keepAliveId});
});
bot._client.on('game_state_change', () => {
bot.write('client_command', {payload: 0});
});