mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
More check fixing
This commit is contained in:
parent
20cf392321
commit
319168f8df
@ -245,7 +245,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.bottom],
|
directions: [enumDirection.bottom],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case "left": {
|
case "left": {
|
||||||
entity.components.ItemAcceptor.setSlots([
|
entity.components.ItemAcceptor.setSlots([
|
||||||
@ -254,7 +254,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.left],
|
directions: [enumDirection.left],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case "right": {
|
case "right": {
|
||||||
entity.components.ItemAcceptor.setSlots([
|
entity.components.ItemAcceptor.setSlots([
|
||||||
@ -263,7 +263,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.right],
|
directions: [enumDirection.right],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
@ -279,7 +279,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.bottom],
|
directions: [enumDirection.bottom],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case "left": {
|
case "left": {
|
||||||
entity.components.ItemEjector.setSlots([
|
entity.components.ItemEjector.setSlots([
|
||||||
@ -288,7 +288,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
|||||||
directions: [enumDirection.left],
|
directions: [enumDirection.left],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case "right": {
|
case "right": {
|
||||||
entity.components.ItemEjector.setSlots([
|
entity.components.ItemEjector.setSlots([
|
||||||
@ -298,7 +298,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user