From 1cf46f68feb1219b057f906d7a8f0ca43eb89318 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Sat, 13 Mar 2010 19:09:26 +0100 Subject: [PATCH] debug disabled. again --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 46b0002..4d6277c 100644 --- a/core.lua +++ b/core.lua @@ -83,7 +83,7 @@ BrokerGarbage.defaultLocalSettings = { } -- internal locals -local debug = true +local debug = false local locked = false local loaded = false local sellValue = 0 -- represents the actual value that we sold stuff for, opposed to BrokerGarbage.toSellValue which shows the maximum we could sell - imagine someone closing the merchant window. sellValue will then hold the real value we're interested in -- 1.7.9.5