From a47e52ea429c29e859ca204d12270aff889b12e4 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Fri, 12 Mar 2010 22:02:45 +0100 Subject: [PATCH] debug disabled ... --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 2fa7555..daa812f 100644 --- a/core.lua +++ b/core.lua @@ -82,7 +82,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