From 7240c35987a73c870790d055122b64906442be8b Mon Sep 17 00:00:00 2001 From: Squornshellous Beta Date: Thu, 6 Aug 2020 19:13:59 +0100 Subject: [PATCH] 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. --- src/js/game/buildings/underground_belt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/game/buildings/underground_belt.js b/src/js/game/buildings/underground_belt.js index 6f8b48fa..437b5d2b 100644 --- a/src/js/game/buildings/underground_belt.js +++ b/src/js/game/buildings/underground_belt.js @@ -297,8 +297,8 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding { directions: [enumDirection.right], }, ]); - } return; + } } return; }