This commit is contained in:
ChomeNS 2022-08-20 15:20:04 +07:00
parent 2116a7bab0
commit 19bd64dad2

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