mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Some more information when using fallback ajax client.
This commit is contained in:
parent
b8daff0663
commit
f0eec11ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ function webclient_init(){
|
|||
}, 10000);
|
||||
|
||||
// Report success
|
||||
msg_display('sys',"Connected to " + data.msg + ".");
|
||||
msg_display('sys',"Connected to " + data.msg + ". Websockets not available: Using ajax client without OOB support.");
|
||||
|
||||
// Wait for input
|
||||
webclient_receive();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue