From d983e275f3f4ba156e33d00e5deaa2f730695cae Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 28 Dec 2017 21:22:27 +0100 Subject: made local chat possible (from the server perspective) --- asciifarm/keybindings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/keybindings') 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"] } } -- cgit