Update index.tis
This commit is contained in:
parent
5618b9ec43
commit
b7696a2e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class MyIdMenu: Reactor.Component {
|
|||
}
|
||||
if (value == old_value) return;
|
||||
configOptions["whitelist"] = value.replace("\n", ",");
|
||||
stdin.println("whitelist updated");
|
||||
stdout.println("whitelist updated");
|
||||
handler.set_options(configOptions);
|
||||
}, 300);
|
||||
} else if (me.id == "custom-server") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue