1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-16 03:31:52 +00:00

remove duplicate hub acceptors

This commit is contained in:
EmeraldBlock 2021-11-24 18:18:02 -06:00
parent a7a2aad2b6
commit 4713ef6f46

View File

@ -114,11 +114,6 @@ export class MetaHubBuilding extends MetaBuilding {
directions: [enumDirection.left],
filter: "shape",
},
{
pos: new Vector(0, 3),
directions: [enumDirection.left],
filter: "shape",
},
{
pos: new Vector(3, 1),
directions: [enumDirection.right],
@ -129,11 +124,6 @@ export class MetaHubBuilding extends MetaBuilding {
directions: [enumDirection.right],
filter: "shape",
},
{
pos: new Vector(3, 3),
directions: [enumDirection.right],
filter: "shape",
},
],
})
);