From 74b52d636b265da09bf1bb5f4564b2d5cee79794 Mon Sep 17 00:00:00 2001 From: Splizard Date: Mon, 23 Jul 2012 21:39:39 +1200 Subject: [PATCH] Debugging and snowfall should default to false. --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index ad940c8..426b2e1 100644 --- a/config.lua +++ b/config.lua @@ -1,7 +1,7 @@ --This file contains configuration options for snow mod. --Enables experimental falling snow. -snow.enable_snowfall = true +snow.enable_snowfall = false --Enables debuging. -snow.debug = true +snow.debug = false