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

More check fixes

This commit is contained in:
Squornshellous Beta 2020-08-06 19:36:39 +01:00
parent bb2042c79d
commit b21b71d9d0
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ export const arrayUndergroundRotationVariantToMode = [
/** @enum {string} */
//Github insisted these needed to be on multiple lines to pass a check.
export const enumUndergroundBeltVariants = {
export const enumUndergroundBeltVariants = {
side: "side",
sideMirrored: "side-mirrored",
tier2: "tier2",

View File

@ -93,13 +93,13 @@ export function initMetaBuildingRegistry() {
32,
MetaUndergroundBeltBuilding,
enumUndergroundBeltVariants.tier2SideMirrored,
0,
0
);
registerBuildingVariant(
33,
MetaUndergroundBeltBuilding,
enumUndergroundBeltVariants.tier2SideMirrored,
1,
1
);
// Hub