Explorar o código

Fix 'building' -> 'name'

Frans Bergman %!s(int64=7) %!d(string=hai) anos
pai
achega
a4f2485649
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):