This commit is contained in:
Max Hunt 2020-02-13 10:34:29 +00:00
parent 8c3393c824
commit 3b8f27c1f0

View File

@ -300,7 +300,7 @@ bricks_start_v2 =[{
}] }]
def getBuildable(): def getBuildable():
return bricks_start_v1 return bricks_start_v2
def getAll(): def getAll():
return bricks_start_v2+bricks_start_v1+bricks_end+[table] return bricks_start_v2+bricks_start_v1+bricks_end+[table]