disable debug by default

master
Vanessa Ezekowitz 2013-01-20 14:53:22 -05:00
parent 592d0df84f
commit 07f426ae45
1 changed files with 1 additions and 1 deletions

View File

@ -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