mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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()) {
|
||||
var reconnect = confirm("Not currently connected. Reconnect?");
|
||||
if (reconnect) {
|
||||
onText(["Attempting to reconnnect..."], { cls: "sys" });
|
||||
onText(["Attempting to reconnect..."], { cls: "sys" });
|
||||
Evennia.connect();
|
||||
}
|
||||
// Don't try to send anything until the connection is back.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue