Quellcode durchsuchen

Fix 'building' -> 'name'

Frans Bergman vor 7 Jahren
Ursprung
Commit
a4f2485649
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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):