浏览代码

Fix 'building' -> 'name'

Frans Bergman 7 年之前
父节点
当前提交
a4f2485649
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cbc/client.py

+ 1 - 1
cbc/client.py

@@ -15,7 +15,7 @@ class MyPrompt(Cmd):
         """Starts the construction of a building."""
         send_json(self.ws, {
             'type': "build",
-            'building': args,
+            'name': args,
         })
 
     def do_jobs(self, args):