mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-05-02 17:03:27 -04: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') {
|
if (host=='kitsune.icu') {
|
||||||
theServer = 'kitsune';
|
theServer = 'kitsune';
|
||||||
}
|
}
|
||||||
|
if (host=='mc.chomens41793.ga') {
|
||||||
|
theServer = 'chomens';
|
||||||
|
}
|
||||||
eval(`${theServer} = []`);
|
eval(`${theServer} = []`);
|
||||||
eval(`${theServer}loop = setInterval(() => {
|
eval(`${theServer}loop = setInterval(() => {
|
||||||
if (${theServer}[0]) {
|
if (${theServer}[0]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue