From 8a6eee62f428b0f3bc0806c700619702229b17cd Mon Sep 17 00:00:00 2001
From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de>
Date: Wed, 5 Mar 2014 11:31:46 +0100
Subject: [PATCH] removed faob commands from general demo commands

---
 ps-grammar/commands/commands.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ps-grammar/commands/commands.jsgf b/ps-grammar/commands/commands.jsgf
index a05017ac..419ebb78 100644
--- a/ps-grammar/commands/commands.jsgf
+++ b/ps-grammar/commands/commands.jsgf
@@ -2,7 +2,7 @@
 grammar ToBI_shellgame;
 public <statement> = [tobi] [please] <command> [please] [tobi];
 
-<command> = <introduce> | <abilities> | <play> | <follow> | <door> | <leave> | <finish> | <observe> | <locate> | <list>;
+<command> = <introduce> | <abilities> | <play> | <follow> | <door> | <leave> | <finish> | <observe>;
 <introduce> = introduce [yourself];
 <abilities> = tell your abilities | list your abilities;
 <play> = let us play | lets play;
-- 
GitLab