From c6e0648e2a371bd146e626cdcec50a55674bd278 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 7 Mar 2018 08:17:24 +0100 Subject: [PATCH] Update: CC - Entity Loaded - Moorcow (hv7vehw7se.js) 0 bytes modified --- hv7vehw7se.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hv7vehw7se.js b/hv7vehw7se.js index 154a9cb..9942ebd 100644 --- a/hv7vehw7se.js +++ b/hv7vehw7se.js @@ -1435,20 +1435,20 @@ for (var x = -50; x < 50; x += 20) { for (var z = -170; z > -230; z -= 10) { - type++; + type += 1; - if (type === 1) { + if (type == 1) { mesh = treeSmall.clone(); mesh.position.y = -14.19; } - if (type === 2) { + if (type == 2) { mesh = treeMedium.clone(); mesh.position.y = -10.26; } - if (type === 3) { + if (type == 3) { mesh = treeLarge.clone(); mesh.position.y = -4.43; - type = 1; + type = 0; } mesh.materials = [materialTreesAndRocks];