This commit is contained in:
ChomeNS 2022-08-21 09:21:59 +07:00
parent 639a0344e4
commit d43bbeee20

3
run.js
View file

@ -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]) {