Update index.tis
This commit is contained in:
parent
5618b9ec43
commit
b7696a2e8c
@ -249,7 +249,7 @@ class MyIdMenu: Reactor.Component {
|
|||||||
}
|
}
|
||||||
if (value == old_value) return;
|
if (value == old_value) return;
|
||||||
configOptions["whitelist"] = value.replace("\n", ",");
|
configOptions["whitelist"] = value.replace("\n", ",");
|
||||||
stdin.println("whitelist updated");
|
stdout.println("whitelist updated");
|
||||||
handler.set_options(configOptions);
|
handler.set_options(configOptions);
|
||||||
}, 300);
|
}, 300);
|
||||||
} else if (me.id == "custom-server") {
|
} else if (me.id == "custom-server") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user