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:
parent
bb2042c79d
commit
b21b71d9d0
@ -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",
|
||||
|
@ -93,13 +93,13 @@ export function initMetaBuildingRegistry() {
|
||||
32,
|
||||
MetaUndergroundBeltBuilding,
|
||||
enumUndergroundBeltVariants.tier2SideMirrored,
|
||||
0,
|
||||
0
|
||||
);
|
||||
registerBuildingVariant(
|
||||
33,
|
||||
MetaUndergroundBeltBuilding,
|
||||
enumUndergroundBeltVariants.tier2SideMirrored,
|
||||
1,
|
||||
1
|
||||
);
|
||||
|
||||
// Hub
|
||||
|
Loading…
Reference in New Issue
Block a user