From f6fa9776640912a111f2ac86916f8a5763e9c5b3 Mon Sep 17 00:00:00 2001 From: cora Date: Sun, 26 Sep 2021 03:45:05 +0200 Subject: [PATCH] remove newline --- mods/ENVIRONMENT/mcl_weather/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ENVIRONMENT/mcl_weather/init.lua b/mods/ENVIRONMENT/mcl_weather/init.lua index fa2d17dd..a3cf6067 100644 --- a/mods/ENVIRONMENT/mcl_weather/init.lua +++ b/mods/ENVIRONMENT/mcl_weather/init.lua @@ -10,7 +10,6 @@ mcl_weather.registered_weathers = {} mcl_weather.min_duration = 600 mcl_weather.max_duration = 9000 - local players = {} players.particlespawners={} players.soundhandler={}