mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 11:41:50 +00:00
remove duplicate hub acceptors
This commit is contained in:
parent
a7a2aad2b6
commit
4713ef6f46
@ -114,11 +114,6 @@ export class MetaHubBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.left],
|
directions: [enumDirection.left],
|
||||||
filter: "shape",
|
filter: "shape",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
pos: new Vector(0, 3),
|
|
||||||
directions: [enumDirection.left],
|
|
||||||
filter: "shape",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
pos: new Vector(3, 1),
|
pos: new Vector(3, 1),
|
||||||
directions: [enumDirection.right],
|
directions: [enumDirection.right],
|
||||||
@ -129,11 +124,6 @@ export class MetaHubBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.right],
|
directions: [enumDirection.right],
|
||||||
filter: "shape",
|
filter: "shape",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
pos: new Vector(3, 3),
|
|
||||||
directions: [enumDirection.right],
|
|
||||||
filter: "shape",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user