mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
☺
This commit is contained in:
parent
639a0344e4
commit
d43bbeee20
1 changed files with 3 additions and 0 deletions
3
run.js
3
run.js
|
@ -35,6 +35,9 @@ function start(host, port) {
|
|||
if (host=='kitsune.icu') {
|
||||
theServer = 'kitsune';
|
||||
}
|
||||
if (host=='mc.chomens41793.ga') {
|
||||
theServer = 'chomens';
|
||||
}
|
||||
eval(`${theServer} = []`);
|
||||
eval(`${theServer}loop = setInterval(() => {
|
||||
if (${theServer}[0]) {
|
||||
|
|
Loading…
Reference in a new issue