summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-28 17:06:49 +0200
committerTor Andersson <tor@ccxvii.net>2022-07-31 01:27:36 +0200
commitcaa863f358209117260911b88dca65a95948605d (patch)
treeb050fe19fa971f310f25bd22f0f169c807137b2a /public
parent2c9fa27317879b4adb272645f5f8adf9adc042a0 (diff)
downloadserver-caa863f358209117260911b88dca65a95948605d.tar.gz
Autocomplete "description" with pre-defined "speeds".
Diffstat (limited to 'public')
-rw-r--r--public/common/play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/play.js b/public/common/play.js
index 12bc47b..6ac9355 100644
--- a/public/common/play.js
+++ b/public/common/play.js
@@ -541,7 +541,7 @@ function confirm_action_button(action, label, message) {
function send_action(verb, noun) {
if (params.mode === "replay" || params.mode === "debug")
- return
+ return false
// Reset action list here so we don't send more than one action per server prompt!
if (noun !== undefined) {
let realnoun = Array.isArray(noun) ? noun[0] : noun