debug disabled. again
ckaotik [03-13-10 - 18:09]
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