summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings
diff options
context:
space:
mode:
authortroido <troido@hotmail.com>2017-12-28 21:22:27 +0100
committertroido <troido@hotmail.com>2017-12-28 21:22:27 +0100
commitd983e275f3f4ba156e33d00e5deaa2f730695cae (patch)
tree5c15691c1042524c2a049bbd8d4d6b2ed23a3cad /asciifarm/keybindings
parent045b1d4397256796a7a1b3225c8eccb8c401c1f3 (diff)
made local chat possible (from the server perspective)
Diffstat (limited to 'asciifarm/keybindings')
-rw-r--r--asciifarm/keybindings/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/keybindings/default.json b/asciifarm/keybindings/default.json
index 1e909c1..9f1d02a 100644
--- a/asciifarm/keybindings/default.json
+++ b/asciifarm/keybindings/default.json
@@ -18,6 +18,6 @@
"KEY_DOWN": ["move", "south"],
"KEY_RIGHT": ["move", "east"],
"KEY_LEFT": ["move", "west"],
- "t": ["chat", "hey everybody"]
+ "t": ["say", "hey everybody"]
}
}