diff options
| author | troido <troido@hotmail.com> | 2017-12-28 21:22:27 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-12-28 21:22:27 +0100 |
| commit | d983e275f3f4ba156e33d00e5deaa2f730695cae (patch) | |
| tree | 5c15691c1042524c2a049bbd8d4d6b2ed23a3cad /asciifarm/keybindings/default.json | |
| parent | 045b1d4397256796a7a1b3225c8eccb8c401c1f3 (diff) | |
made local chat possible (from the server perspective)
Diffstat (limited to 'asciifarm/keybindings/default.json')
| -rw-r--r-- | asciifarm/keybindings/default.json | 2 |
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"] } } |
