home · contact · privacy
Consistent use of "pickup" instead of "pickup" as command name.
[plomrogue] / client / config / commands.py
index b7919475fc811e7a86d73b7fcbaf10a0bc1213b0..e76d1918412c5c1c3c0b9a4072626ae88737b3d8 100644 (file)
@@ -13,7 +13,7 @@ commands = {
     "D": (command_sender("drop", "inventory_selection"),),
     "J": (command_look_scroller("down"),),
     "K": (command_look_scroller("up"),),
-    "P": (command_sender("pick_up"),),
+    "P": (command_sender("pickup"),),
     "Q": (command_quit,),
     "U": (command_sender("use", "inventory_selection"),),
     "W": (command_sender("wait"),),