From 6a90107282c9e5845886c18832f337b829867770 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 21 Feb 2019 19:11:40 +0100 Subject: [PATCH] Remove unused variable --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 87da398..bc5384c 100644 --- a/init.lua +++ b/init.lua @@ -129,7 +129,6 @@ local function InitRandomizer(seed) -- Used for cobweb generation, both noises have to reach a high value for cobwebs to appear webperlin_major = PerlinNoise(934, 3, 0.6, 500) webperlin_minor = PerlinNoise(834, 3, 0.6, 50) - pr_inited = true end local carts_table = {}