From 7c3c097fb318d12262564cfd15d4d1ef06008432 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 16 Dec 2015 01:18:45 +0100
Subject: [PATCH] New client: Add ai command.

---
 client_prototype.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client_prototype.py b/client_prototype.py
index f5fc336..baf42c9 100644
--- a/client_prototype.py
+++ b/client_prototype.py
@@ -516,6 +516,7 @@ io = {
     "path_worldstate": "server/worldstate"
 }
 commands = {
+    "A": (command_sender("ai"),),
     "D": (command_sender("drop", "inventory_selection"),),
     "P": (command_sender("pick_up"),),
     "Q": (command_quit,),
-- 
2.30.2