Fix typo in webclient connect message.

This commit is contained in:
Griatch 2024-03-10 22:48:24 +01:00
parent 18e2081f56
commit 7c70618326

View file

@ -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.