This commit is contained in:
Max Hunt 2020-02-12 22:24:19 +00:00
parent 78f3a08725
commit 3be4f9d8ec

View File

@ -303,7 +303,7 @@ def getBuildable():
return bricks_start_v2
def getAll():
return bricks_start_v2+bricks_end+[table]
return bricks_start_v2+bricks_start_v1+bricks_end+[table]
def getTable():
return table