Fix typo in webclient connect message.
This commit is contained in:
parent
18e2081f56
commit
7c70618326
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ var plugin_handler = (function () {
|
||||||
if (!Evennia.isConnected()) {
|
if (!Evennia.isConnected()) {
|
||||||
var reconnect = confirm("Not currently connected. Reconnect?");
|
var reconnect = confirm("Not currently connected. Reconnect?");
|
||||||
if (reconnect) {
|
if (reconnect) {
|
||||||
onText(["Attempting to reconnnect..."], { cls: "sys" });
|
onText(["Attempting to reconnect..."], { cls: "sys" });
|
||||||
Evennia.connect();
|
Evennia.connect();
|
||||||
}
|
}
|
||||||
// Don't try to send anything until the connection is back.
|
// Don't try to send anything until the connection is back.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue