Преглед на файлове

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):