From 650afc1941dc4063ca012e503b528da5db546310 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 5 Mar 2016 21:07:58 +0100 Subject: [PATCH] Client: Fix wrong keybinding info. --- client/config/world_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/config/world_data.py b/client/config/world_data.py index 4b60b10..20f0733 100644 --- a/client/config/world_data.py +++ b/client/config/world_data.py @@ -16,7 +16,7 @@ world_data = { "QUICK COMMAND OVERVIEW: " "Move through map with 'w', 'e', 's', 'd', 'x', 'c'. " "Pick up things with 'P', drop a thing selected from the inventory with 'D' " -"or use it with 'P'. " +"or use it with 'U'. " "Move through inventory selection with 'j' and 'k'. " "Toggle looking around mode with 'l'. " "Scroll 'Things here' window with 'J' and 'K'. " -- 2.30.2