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],
|
||||
},
|
||||
]);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
case "left": {
|
||||
entity.components.ItemAcceptor.setSlots([
|
||||
@ -254,7 +254,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
||||
directions: [enumDirection.left],
|
||||
},
|
||||
]);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
case "right": {
|
||||
entity.components.ItemAcceptor.setSlots([
|
||||
@ -263,7 +263,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
||||
directions: [enumDirection.right],
|
||||
},
|
||||
]);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
@ -279,7 +279,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
||||
directions: [enumDirection.bottom],
|
||||
},
|
||||
]);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
case "left": {
|
||||
entity.components.ItemEjector.setSlots([
|
||||
@ -288,7 +288,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
||||
directions: [enumDirection.left],
|
||||
},
|
||||
]);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
case "right": {
|
||||
entity.components.ItemEjector.setSlots([
|
||||
@ -298,7 +298,7 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
||||
},
|
||||
]);
|
||||
}
|
||||
return;
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user