From 07f426ae453ca4e3f0295007f49f8c863e1391a0 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 20 Jan 2013 14:53:22 -0500 Subject: [PATCH] disable debug by default --- plants_lib/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plants_lib/init.lua b/plants_lib/init.lua index 6fbff0f..66d4555 100644 --- a/plants_lib/init.lua +++ b/plants_lib/init.lua @@ -11,7 +11,7 @@ plantslib = {} -local DEBUG = true --... except if you want to spam the console with debugging info :-) +local DEBUG = false --... except if you want to spam the console with debugging info :-) plantslib.plantlife_seed_diff = 329 -- needs to be global so other mods can see it