1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

More check fixes

I don't understand what this thing wants. Some lines are fine and others are not. Even though they're almost or entirely identical.
This commit is contained in:
Squornshellous Beta 2020-08-06 19:13:59 +01:00
parent 319168f8df
commit 7240c35987

View File

@ -297,9 +297,9 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
directions: [enumDirection.right],
},
]);
}
return;
}
}
return;
}
default: