mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Make sure webclient can send empty input. Resolves #1111.
This commit is contained in:
parent
73633f01d9
commit
0554492b79
1 changed files with 0 additions and 2 deletions
|
|
@ -99,8 +99,6 @@ function doSendText() {
|
|||
var kwargs = cmdarr[2];
|
||||
log(cmdname, args, kwargs);
|
||||
Evennia.msg(cmdname, args, kwargs);
|
||||
} else if (line.length < 1) {
|
||||
/* do not process empty lines */
|
||||
} else {
|
||||
input_history.add(line);
|
||||
inputfield.val("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue